Package org.bouncycastle.dvcs
Class DVCSParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.dvcs.DVCSException
org.bouncycastle.dvcs.DVCSParsingException
- All Implemented Interfaces:
Serializable
DVCS parsing exception - thrown when failed to parse DVCS message.
- See Also:
-
Constructor Summary
ConstructorDescriptionDVCSParsingException
(String message) DVCSParsingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.bouncycastle.dvcs.DVCSException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DVCSParsingException
-
DVCSParsingException
-