Class AttachmentIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.novomind.ecom.api.iagent.exception.AttachmentIOException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AttachmentNotFoundException,AttachmentTemporaryNotAvailableException
Signals that an exception has occurred accessing the InputStream
 of an AttachmentDataSource.
 Please refer to 
AttachmentNotFoundException
 and AttachmentTemporaryNotAvailableException- Since:
 - 10.0.38
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAttachmentIOException(String message) AttachmentIOException(String message, Throwable cause) AttachmentIOException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AttachmentIOException
- Parameters:
 message- the detail message- Since:
 - 10.0.38
 
 - 
AttachmentIOException
- Parameters:
 cause- the embedded cause- Since:
 - 10.0.38
 
 - 
AttachmentIOException
- Parameters:
 message- the detail messagecause- the embedded cause- Since:
 - 10.0.38
 
 
 -