Class DVCSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.dvcs.DVCSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DVCSConstructionException, DVCSParsingException

public class DVCSException extends Exception
General DVCSException.
See Also:
  • Constructor Details

    • DVCSException

      public DVCSException(String message)
    • DVCSException

      public DVCSException(String message, Throwable cause)
  • Method Details