org.neociclo.odetteftp.util
Class EnvelopingException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SignatureCheckException

public class EnvelopingException
extends OdetteFtpException

Version:
$Rev: 608 $ $Date: 2010-08-17 11:21:43 -0300 (Tue, 17 Aug 2010) $
Author:
Rafael Marins
See Also:
Serialized Form

Constructor Summary
EnvelopingException(String message)
           
EnvelopingException(String message, Throwable cause)
           
EnvelopingException(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

EnvelopingException

public EnvelopingException(String message)

EnvelopingException

public EnvelopingException(String message,
                           Throwable cause)

EnvelopingException

public EnvelopingException(Throwable cause)


ACCORD