Class AttachmentTemporaryNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.novomind.ecom.api.iagent.exception.AttachmentIOException
com.novomind.ecom.api.iagent.exception.AttachmentTemporaryNotAvailableException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttachmentTemporaryNotAvailableException
- Parameters:
message
- the detail message- Since:
- 10.0.38
-
AttachmentTemporaryNotAvailableException
- Parameters:
cause
- the embedded cause- Since:
- 10.0.38
-
AttachmentTemporaryNotAvailableException
- Parameters:
message
- the detail messagecause
- the embedded cause- Since:
- 10.0.38
-