Class UnsupportedAttachmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.ticket.service.UnsupportedAttachmentException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedAttachmentException extends java.lang.RuntimeExceptionUnsupported attachment exception thrown when attachment extension is not white-listed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAttachmentException()UnsupportedAttachmentException(java.lang.String message)UnsupportedAttachmentException(java.lang.String message, java.lang.Throwable cause)UnsupportedAttachmentException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UnsupportedAttachmentException
public UnsupportedAttachmentException()
-
UnsupportedAttachmentException
public UnsupportedAttachmentException(java.lang.String message)
-
UnsupportedAttachmentException
public UnsupportedAttachmentException(java.lang.String message, java.lang.Throwable cause)
-
UnsupportedAttachmentException
public UnsupportedAttachmentException(java.lang.Throwable cause)
-
-