Package org.apache.harmony.security.asn1
Class ASN1Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.harmony.security.asn1.ASN1Exception
-
- All Implemented Interfaces:
Serializable
public final class ASN1Exception extends IOException
Thrown by decoder/encoder stream to indicate violation of encoding rules.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ASN1Exception(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ASN1Exception
public ASN1Exception(String message)
-
-