UnsupportContentTypeExceptionpublic final class UnsupportContentTypeException extends ContentRestrictionException An exception that is thrown when content type is not supported. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public UnsupportContentTypeException()
super();
| public UnsupportContentTypeException(String msg)
super(msg);
| public UnsupportContentTypeException(Exception cause)
super(cause);
|
|