Class ProcessingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TrustKeyProcessingException

public class ProcessingException extends GeneralSecurityException
Exception to indicate a server processing error
Since:
May 22, 2009
Author:
[email protected]
See Also:
  • Constructor Details

    • ProcessingException

      public ProcessingException()
    • ProcessingException

      public ProcessingException(String message, Throwable cause)
    • ProcessingException

      public ProcessingException(String message)
    • ProcessingException

      public ProcessingException(Throwable cause)