Class AttachmentTemporaryNotAvailableException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AttachmentTemporaryNotAvailableException

        public AttachmentTemporaryNotAvailableException​(java.lang.String message)
        Parameters:
        message - the detail message
        Since:
        10.0.38
      • AttachmentTemporaryNotAvailableException

        public AttachmentTemporaryNotAvailableException​(java.lang.Throwable cause)
        Parameters:
        cause - the embedded cause
        Since:
        10.0.38
      • AttachmentTemporaryNotAvailableException

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