org.apache.camel.component.file.remote
Class FtpOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.component.file.remote.FtpOperationFailedException
- All Implemented Interfaces:
- Serializable
public class FtpOperationFailedException
- extends RuntimeCamelException
Exception thrown in case of last FTP operation failed.
- Version:
- $Revision: 695030 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FtpOperationFailedException
public FtpOperationFailedException(int code,
String reason)
FtpOperationFailedException
public FtpOperationFailedException(int code,
String reason,
String message)
getCode
public int getCode()
- Return the FTP failure code
getReason
public String getReason()
- Return the FTP failure reason
Apache CAMEL