ContentRestrictionExceptionpublic class ContentRestrictionException extends RuntimeException A generic exception that is thrown by checking content restriction. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ContentRestrictionException()
super();
| public ContentRestrictionException(String msg)
super(msg);
| public ContentRestrictionException(Exception cause)
super(cause);
|
|