All Packages Class Hierarchy This Package Previous Next Index
Class is.hi.logir.cryptonite.ValidationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----is.hi.logir.cryptonite.CryptoException
|
+----is.hi.logir.cryptonite.ProtocolException
|
+----is.hi.logir.cryptonite.ValidationException
- public class ValidationException
- extends ProtocolException
This exception is thrown when a problem arises in a cryptographic
protocol, such as an invalid message being received.
- Author:
- Logi Ragnarsson (logir@hi.is)
-
ValidationException()
- Create a new ValidationException with no message.
-
ValidationException(String)
- Create a new ValidationException with the message msg.
ValidationException
public ValidationException()
- Create a new ValidationException with no message.
ValidationException
public ValidationException(String msg)
- Create a new ValidationException with the message msg.
All Packages Class Hierarchy This Package Previous Next Index