Class AttachmentIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.novomind.ecom.api.iagent.exception.AttachmentIOException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AttachmentNotFoundException
,AttachmentTemporaryNotAvailableException
public abstract class AttachmentIOException extends java.io.IOException
Signals that an exception has occurred accessing the InputStream of an AttachmentDataSource. Please refer toAttachmentNotFoundException
andAttachmentTemporaryNotAvailableException
- Since:
- 10.0.38
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentIOException(java.lang.String message)
AttachmentIOException(java.lang.String message, java.lang.Throwable cause)
AttachmentIOException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
AttachmentIOException
public AttachmentIOException(java.lang.String message)
- Parameters:
message
- the detail message- Since:
- 10.0.38
-
AttachmentIOException
public AttachmentIOException(java.lang.Throwable cause)
- Parameters:
cause
- the embedded cause- Since:
- 10.0.38
-
AttachmentIOException
public AttachmentIOException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- the detail messagecause
- the embedded cause- Since:
- 10.0.38
-
-