public class UnauthorizedActionException
extends java.lang.Exception
Exception thrown when the chosen action mapping is not authorized for the current request.
Constructor and Description |
---|
UnauthorizedActionException()
Default no-argument constructor.
|
UnauthorizedActionException(java.lang.String message)
Constructor to set message on instantiation.
|
public UnauthorizedActionException()
Default no-argument constructor.
public UnauthorizedActionException(java.lang.String message)
Constructor to set message on instantiation.
message
- The error or warning message.Copyright © 2000–2022 Apache Software Foundation. All rights reserved.