Class AttachmentTemporaryNotAvailableException

All Implemented Interfaces:
Serializable

public class AttachmentTemporaryNotAvailableException extends AttachmentIOException
Signals that an temporary error has occurred accessing the InputStream of an AttachmentDataSource. This is a temporary error, that means, the attachment could not be retrieved now, but could be successfully retrieved in the future. Throwing an AttachmentTemporaryNotAvailableException will force the iAGENT Core Process to do a retry getting the InputStream of the AttachmentDataSource.
Since:
10.0.38
See Also:
  • Constructor Details

    • AttachmentTemporaryNotAvailableException

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

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

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