Class SnapshotException

All Implemented Interfaces:
Serializable

public class SnapshotException extends RuntimeException
An SnapshotException is a runtime exception which is thrown by a SnapshotService if data is not read or writable.
Author:
rsoika
See Also:
  • Field Details

  • Constructor Details

    • SnapshotException

      public SnapshotException(String message)
    • SnapshotException

      public SnapshotException(String message, Exception e)
    • SnapshotException

      public SnapshotException(String aErrorCode, String message)
    • SnapshotException

      public SnapshotException(String aErrorCode, String message, Exception e)
    • SnapshotException

      public SnapshotException(String aErrorContext, String aErrorCode, String message)
    • SnapshotException

      public SnapshotException(String aErrorContext, String aErrorCode, String message, Exception e)
  • Method Details

    • getErrorContext

      public String getErrorContext()
    • setErrorContext

      public void setErrorContext(String errorContext)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)