All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.logi.crypto.protocols.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)

Constructor Index

 o ValidationException()
Create a new ValidationException with no message.
 o ValidationException(String)
Create a new ValidationException with the message msg.

Constructors

 o ValidationException
 public ValidationException()
Create a new ValidationException with no message.

 o ValidationException
 public ValidationException(String msg)
Create a new ValidationException with the message msg.


All Packages  Class Hierarchy  This Package  Previous  Next  Index