Class DatabaseSnapshotException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.approvej.database.jdbc.DatabaseSnapshotException
All Implemented Interfaces:
Serializable

@NullMarked public class DatabaseSnapshotException extends RuntimeException
An error that occurs when executing a database snapshot query.
See Also:
  • Constructor Details

    • DatabaseSnapshotException

      public DatabaseSnapshotException(Throwable cause)
      Creates a new DatabaseSnapshotException with the given cause.
      Parameters:
      cause - the cause of the error