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, toString
Copyright © 2022. All rights reserved.