Class AttachmentNotFoundException

All Implemented Interfaces:
Serializable

public class AttachmentNotFoundException extends AttachmentIOException
Signals that a permanent error has occurred accessing the InputStream of an AttachmentDataSource. This is a permanent error, that means, the attachment could not be retrieved and also cannot be retrieved in future.
Since:
10.0.38
See Also:
  • Constructor Details

    • AttachmentNotFoundException

      public AttachmentNotFoundException(String message)
      Parameters:
      message - the detail message
      Since:
      10.0.38
    • AttachmentNotFoundException

      public AttachmentNotFoundException(Throwable cause)
      Parameters:
      cause - the embedded cause
      Since:
      10.0.38
    • AttachmentNotFoundException

      public AttachmentNotFoundException(String message, Throwable cause)
      Parameters:
      message - the detail message
      cause - the embedded cause
      Since:
      10.0.38