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

public abstract class AttachmentIOException extends IOException
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 Details

    • AttachmentIOException

      public AttachmentIOException(String message)
      Parameters:
      message - the detail message
      Since:
      10.0.38
    • AttachmentIOException

      public AttachmentIOException(Throwable cause)
      Parameters:
      cause - the embedded cause
      Since:
      10.0.38
    • AttachmentIOException

      public AttachmentIOException(String message, Throwable cause)
      Parameters:
      message - the detail message
      cause - the embedded cause
      Since:
      10.0.38