Package no.digipost.security
Class DigipostSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.digipost.security.DigipostSecurityException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingTrustAnchorException,NonMatchingClocksException
public class DigipostSecurityException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DigipostSecurityException(String message)DigipostSecurityException(String message, Throwable cause)DigipostSecurityException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-