Class UnsupportedAttachmentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.ticket.service.UnsupportedAttachmentException
All Implemented Interfaces:
Serializable

public class UnsupportedAttachmentException extends RuntimeException
Unsupported attachment exception thrown when attachment extension is not white-listed.
See Also:
  • Constructor Details

    • UnsupportedAttachmentException

      public UnsupportedAttachmentException()
    • UnsupportedAttachmentException

      public UnsupportedAttachmentException(String message)
    • UnsupportedAttachmentException

      public UnsupportedAttachmentException(String message, Throwable cause)
    • UnsupportedAttachmentException

      public UnsupportedAttachmentException(Throwable cause)