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 org.apache.camel.RuntimeCamelException
- Version:
- $Revision: 1.1 $
- 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)
getCode
public int getCode()
- Return the failure code
getReason
public String getReason()
- Return the failure reason
Copyright © 2007 Apache Software Foundation. All Rights Reserved.