com.neatech.climbplan.common
Class ApplicationException
java.lang.Object
java.lang.Throwable
com.neatech.climbplan.common.ApplicationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DatabaseException, UserManagementException
public class ApplicationException
- extends Throwable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
INFORMATION
public static final int INFORMATION
- See Also:
- Constant Field Values
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
FATAL
public static final int FATAL
- See Also:
- Constant Field Values
errorCode
private int errorCode
type
private int type
ApplicationException
public ApplicationException(String message)
ApplicationException
public ApplicationException(String message,
int type)
ApplicationException
public ApplicationException(String message,
int errorCode,
int type)
getErrorCode
public int getErrorCode()
setType
public void setType(int type)
getType
public int getType()