Class GenericFileOperationFailedException

  • All Implemented Interfaces:
    Serializable

    public class GenericFileOperationFailedException
    extends org.apache.camel.RuntimeCamelException
    Exception thrown in case of last file operation failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getCode

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

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