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 Details

    • GenericFileOperationFailedException

      public GenericFileOperationFailedException(String message)
    • GenericFileOperationFailedException

      public GenericFileOperationFailedException(String message, Throwable cause)
    • GenericFileOperationFailedException

      public GenericFileOperationFailedException(int code, String reason)
    • GenericFileOperationFailedException

      public GenericFileOperationFailedException(int code, String reason, Throwable cause)
    • GenericFileOperationFailedException

      public GenericFileOperationFailedException(int code, String reason, String message)
    • GenericFileOperationFailedException

      public GenericFileOperationFailedException(int code, String reason, String message, Throwable cause)
  • Method Details

    • getCode

      public int getCode()
      Return the file failure code (if any)
    • getReason

      public String getReason()
      Return the file failure reason (if any)