Class SnapshotOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.g5.v8.snapshot.SnapshotOperationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SnapshotIntegrationException, SnapshotReadException, SnapshotWriteException

public class SnapshotOperationException extends RuntimeException
Generic snapshot operation exception.
See Also:
  • Constructor Details

    • SnapshotOperationException

      public SnapshotOperationException(String message)
      Constructs a new exception with the specified message.
      Parameters:
      message - the message, may be null
    • SnapshotOperationException

      public SnapshotOperationException(Throwable cause)
      Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()).
      Parameters:
      cause - the cause, may be null
    • SnapshotOperationException

      public SnapshotOperationException(String message, Throwable cause)
      Constructs a new exception with the specified cause and message.
      Parameters:
      message - the message, may be null
      cause - the cause, may be null