Class JdbcException

All Implemented Interfaces:
Serializable

public class JdbcException extends AxonTransientException
Exception indicating an error occurred while interacting with a JDBC resource.
Since:
2.2
Author:
Allard Buijze
See Also:
  • Constructor Details

    • JdbcException

      public JdbcException(String message, Throwable cause)
      Initialize the exception with given message and cause
      Parameters:
      message - The message describing the error
      cause - The cause of the error