Package net.ripe.rpki.commons.crypto
Class IllegalAsn1StructureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- net.ripe.rpki.commons.crypto.IllegalAsn1StructureException
-
- All Implemented Interfaces:
Serializable
public class IllegalAsn1StructureException extends IllegalArgumentException
Encountered an ASN.1 structure that was not expected (e.g. implicit instead of explicit tags).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalAsn1StructureException(String message)IllegalAsn1StructureException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-