Class SnapshotIntegrationException

All Implemented Interfaces:
Serializable

public class SnapshotIntegrationException extends SnapshotOperationException
Snapshot operation exception, which concerns integration services.
See Also:
  • Constructor Details

    • SnapshotIntegrationException

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

      public SnapshotIntegrationException(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
    • SnapshotIntegrationException

      public SnapshotIntegrationException(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