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
public class DERDecodingException extends Exception
This Exception is thrown if decoding of ASN.1 (DER) data fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DERDecodingException(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 Detail
-
DERDecodingException
public DERDecodingException(String message)
Constructor DERDecodingException- Parameters:
message- the message to display when this exception is thrown
-
-