Package org.apache.camel.component.file
Class GenericFileOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.component.file.GenericFileOperationFailedException
- All Implemented Interfaces:
Serializable
public class GenericFileOperationFailedException
extends org.apache.camel.RuntimeCamelException
Exception thrown in case of last file operation failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGenericFileOperationFailedException(int code, String reason) GenericFileOperationFailedException(int code, String reason, String message) GenericFileOperationFailedException(int code, String reason, String message, Throwable cause) GenericFileOperationFailedException(int code, String reason, Throwable cause) GenericFileOperationFailedException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GenericFileOperationFailedException
-
GenericFileOperationFailedException
-
GenericFileOperationFailedException
-
GenericFileOperationFailedException
-
GenericFileOperationFailedException
-
GenericFileOperationFailedException
-
-
Method Details
-
getCode
public int getCode()Return the file failure code (if any) -
getReason
Return the file failure reason (if any)
-