Package org.bouncycastle.dvcs
Class DVCSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.dvcs.DVCSException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DVCSConstructionException
,DVCSParsingException
public class DVCSException extends java.lang.Exception
General DVCSException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DVCSException(java.lang.String message)
DVCSException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-