org.ephman.abra.database
Class AbraSQLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--org.ephman.abra.database.AbraSQLException
- All Implemented Interfaces:
- java.io.Serializable
- public class AbraSQLException
- extends java.sql.SQLException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbraSQLException
public AbraSQLException(java.lang.String error)
AbraSQLException
public AbraSQLException(java.lang.String error,
java.lang.Object[] args)
AbraSQLException
public AbraSQLException(java.lang.String error,
java.lang.Object arg)
translate
protected void translate(java.lang.String error,
java.lang.Object[] args)
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable