is.logi.crypto.protocols
Class ValidationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--is.logi.crypto.CryptoException
|
+--is.logi.crypto.protocols.ProtocolException
|
+--is.logi.crypto.protocols.ValidationException
- public class ValidationException
- extends ProtocolException
This exception is thrown if data can't be validated, f.ex in
VerifyStream.
- Author:
- Logi Ragnarsson (logir@hi.is)
- 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-1999 Logi Ragnarsson