Class DSSException

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

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

    • DSSException

      public DSSException()
    • DSSException

      public DSSException​(String message)
    • DSSException

      public DSSException​(Throwable cause)
    • DSSException

      public DSSException​(String message, Throwable cause)