public class NotAllowedException extends BadUserRequestException
This exception is thrown, if an operation is not allowed to be executed.
| Constructor and Description | 
|---|
| NotAllowedException() | 
| NotAllowedException(String message) | 
| NotAllowedException(String message,
                   Throwable cause) | 
| NotAllowedException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.