Bouncy Castle Cryptography Library 1.79

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:
java.io.Serializable

public class DVCSParsingException
extends DVCSException

DVCS parsing exception - thrown when failed to parse DVCS message.

See Also:
Serialized Form

Constructor Summary
DVCSParsingException(java.lang.String message)
           
DVCSParsingException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.bouncycastle.dvcs.DVCSException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DVCSParsingException

public DVCSParsingException(java.lang.String message)

DVCSParsingException

public DVCSParsingException(java.lang.String message,
                            java.lang.Throwable cause)

Bouncy Castle Cryptography Library 1.79