Package com.atlassian.sal.api.rdbms
Class RdbmsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.sal.api.rdbms.RdbmsException
- All Implemented Interfaces:
Serializable
This exception is thrown by
com.atlassian.sal.api.rdbms implementations
in cases when interaction with a database fails- Since:
- v3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRdbmsException(String message) RdbmsException(String message, Throwable cause) RdbmsException(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
-
RdbmsException
-
RdbmsException
-
RdbmsException
-