Package org.bouncycastle.dvcs
Class DVCSConstructionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.dvcs.DVCSException
-
- org.bouncycastle.dvcs.DVCSConstructionException
-
- All Implemented Interfaces:
Serializable
public class DVCSConstructionException extends DVCSException
Exception thrown when failed to initialize some DVCS-related staff.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DVCSConstructionException(String message)
DVCSConstructionException(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
-
-