org.jboss.soa.esb.listeners.gateway.remotestrategies.cache
Class FtpFileCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCacheException
All Implemented Interfaces:
java.io.Serializable

public class FtpFileCacheException
extends java.lang.Exception

Author:
Daniel Bevenius
See Also:
Serialized Form

Constructor Summary
FtpFileCacheException()
           
FtpFileCacheException(java.lang.String message)
           
FtpFileCacheException(java.lang.String message, java.lang.Throwable cause)
           
FtpFileCacheException(java.lang.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

FtpFileCacheException

public FtpFileCacheException()

FtpFileCacheException

public FtpFileCacheException(java.lang.String message,
                             java.lang.Throwable cause)

FtpFileCacheException

public FtpFileCacheException(java.lang.String message)

FtpFileCacheException

public FtpFileCacheException(java.lang.Throwable cause)