org.logi.crypto.protocols
Class ValidationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.logi.crypto.CryptoException
|
+--org.logi.crypto.protocols.CryptoProtocolException
|
+--org.logi.crypto.protocols.ValidationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ValidationException
- extends CryptoProtocolException
This exception is thrown if data can't be validated, f.ex in
VerifyStream.
- Author:
- Logi Ragnarsson (logir@logi.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValidationException
public ValidationException()
- Create a new ValidationException with no message.
ValidationException
public ValidationException(java.lang.String msg)
- Create a new ValidationException with the message msg.
Copyright 1997-2000 Logi Ragnarsson