Package com.spun.util.database
Class SQLInformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spun.util.database.SQLInformationException
- All Implemented Interfaces:
Serializable
public class SQLInformationException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SQLInformationException(String query, SQLException e) -
Method Summary
Modifier and Type Method Description SQLExceptiongetException()StringgetMessage()StringgetQuery()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SQLInformationException
-
-
Method Details
-
getException
-
getQuery
-
getMessage
- Overrides:
getMessagein classThrowable
-