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:
 java.io.Serializable
public class DVCSParsingException extends DVCSException
DVCS parsing exception - thrown when failed to parse DVCS message.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DVCSParsingException(java.lang.String message)DVCSParsingException(java.lang.String message, java.lang.Throwable cause) 
- 
Method Summary
- 
Methods inherited from class org.bouncycastle.dvcs.DVCSException
getCause 
 - 
 
 -