Module org.apache.santuario.xmlsec
Class DERDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.DERDecodingException
- All Implemented Interfaces:
Serializable
This Exception is thrown if decoding of ASN.1 (DER) data fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDERDecodingException(String message) Constructor DERDecodingExceptionDERDecodingException(String message, Throwable cause) Constructor DERDecodingException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DERDecodingException
Constructor DERDecodingException- Parameters:
message- the message to display when this exception is thrown
-
DERDecodingException
Constructor DERDecodingException- Parameters:
message- the message to display when this exception is throwncause- the cause of this exception
-