Package org.sql2o
Class Sql2oException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sql2o.Sql2oException
- All Implemented Interfaces:
Serializable
Represents an exception thrown by Sql2o.
- See Also:
-
Constructor Summary
ConstructorDescriptionSql2oException
(String message) Sql2oException
(String message, Throwable cause) Sql2oException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Sql2oException
public Sql2oException() -
Sql2oException
-
Sql2oException
-
Sql2oException
-