com.neatech.climbplan.dataaccess
Class DatabaseException
java.lang.Object
java.lang.Throwable
com.neatech.climbplan.common.ApplicationException
com.neatech.climbplan.dataaccess.DatabaseException
- All Implemented Interfaces:
- Serializable
public class DatabaseException
- extends ApplicationException
- 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
DATABASE_CONNECTION_ERROR
public static final int DATABASE_CONNECTION_ERROR
- See Also:
- Constant Field Values
DATABASE_QUERY_ERROR
public static final int DATABASE_QUERY_ERROR
- See Also:
- Constant Field Values
MOUNTAINEER_ALREADY_EXISTS
public static final int MOUNTAINEER_ALREADY_EXISTS
- See Also:
- Constant Field Values
messages
private static Hashtable<Integer,String> messages
- Holds exception messages as error code message pairs
DatabaseException
public DatabaseException(int errorCode)