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:
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
-
-
Constructor Summary
Constructors Constructor Description AttachmentTemporaryNotAvailableException(java.lang.String message)
AttachmentTemporaryNotAvailableException(java.lang.String message, java.lang.Throwable cause)
AttachmentTemporaryNotAvailableException(java.lang.Throwable cause)
-
-
-
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 messagecause
- the embedded cause- Since:
- 10.0.38
-
-