Package com.oss.util
Class AmbiguousTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oss.util.AmbiguousTagException
- All Implemented Interfaces:
Serializable
Thrown by PDU class when decoding is impossible due to
multiple PDUs are identified by the same tag.
- Since:
- ASN.1/Java 7.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousTagException
(short tag, String message) AmbiguousTagException
(String tag, 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 Details
-
AmbiguousTagException
-
AmbiguousTagException
-