Class DSSException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DSSExternalResourceException, InvalidPasswordException, ProtectedDocumentException

public class DSSException extends RuntimeException
Exception to be thrown in case of error during DSS framework processing
See Also:
  • Constructor Details

    • DSSException

      public DSSException()
      Empty constructor
    • DSSException

      public DSSException(String message)
      Constructor with a message
      Parameters:
      message - String
    • DSSException

      public DSSException(Throwable cause)
      Re-throwable constructor
      Parameters:
      cause - Throwable
    • DSSException

      public DSSException(String message, Throwable cause)
      Re-throwable constructor with a custom message
      Parameters:
      message - String
      cause - Throwable