org.axonframework.common.jdbc
Class JdbcTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonTransientException
org.axonframework.common.jdbc.JdbcTransactionException
- All Implemented Interfaces:
- Serializable
public class JdbcTransactionException
- extends AxonTransientException
Exception indicating an error occurred while interacting with a JDBC resource.
- Since:
- 2.2
- Author:
- Allard Buijze
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JdbcTransactionException
public JdbcTransactionException(String message,
Throwable cause)
- Initialize the exception with given
message
and cause
- Parameters:
message
- The message describing the errorcause
- The cause of the error
Copyright © 2010-2016. All Rights Reserved.