Package org.axonframework.common.jdbc
Class JdbcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonTransientException
org.axonframework.common.jdbc.JdbcException
- All Implemented Interfaces:
Serializable
Exception indicating an error occurred while interacting with a JDBC resource.
- Since:
- 2.2
- Author:
- Allard Buijze
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcException(String message, Throwable cause) Initialize the exception with givenmessageandcause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JdbcException
Initialize the exception with givenmessageandcause- Parameters:
message- The message describing the errorcause- The cause of the error
-