org.eclipse.higgins.icard.provider.cardspace.common
Class SignatureNotValidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.icard.CardException
              extended by org.eclipse.higgins.icard.io.CardIOException
                  extended by org.eclipse.higgins.icard.provider.cardspace.common.SignatureNotValidException
All Implemented Interfaces:
Serializable

public class SignatureNotValidException
extends org.eclipse.higgins.icard.io.CardIOException

See Also:
Serialized Form

Constructor Summary
SignatureNotValidException(String message)
           
SignatureNotValidException(String message, Throwable cause)
           
SignatureNotValidException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignatureNotValidException

public SignatureNotValidException(String message)

SignatureNotValidException

public SignatureNotValidException(String message,
                                  Throwable cause)

SignatureNotValidException

public SignatureNotValidException(Throwable cause)