public class UnauthorizedActionException extends Exception
Exception thrown when the chosen action mapping is not authorized for the current request.
Constructor and Description |
---|
UnauthorizedActionException()
Default no-argument constructor.
|
UnauthorizedActionException(String message)
Constructor to set message on instantiation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnauthorizedActionException()
Default no-argument constructor.
public UnauthorizedActionException(String message)
Constructor to set message on instantiation.
message
- The error or warning message.Copyright © 2000–2017 Apache Software Foundation. All rights reserved.