org.neociclo.odetteftp.util
Class SignatureCheckException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.neociclo.odetteftp.OdetteFtpException
              extended by org.neociclo.odetteftp.util.EnvelopingException
                  extended by org.neociclo.odetteftp.util.SignatureCheckException
All Implemented Interfaces:
Serializable

public class SignatureCheckException
extends EnvelopingException

Version:
$Rev: 652 $ $Date: 2010-08-31 16:21:06 -0300 (Tue, 31 Aug 2010) $
Author:
Rafael Marins
See Also:
Serialized Form

Constructor Summary
SignatureCheckException(String message, Throwable cause)
           
SignatureCheckException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignatureCheckException

public SignatureCheckException(String message,
                               Throwable cause)

SignatureCheckException

public SignatureCheckException(Throwable cause)


ACCORD