public class ActionNotFoundException extends ActionException
| Constructor and Description |
|---|
ActionNotFoundException(String message)
Initialize this ActionNotFoundException with a message and a Throwable
|
ActionNotFoundException(String message,
Throwable throwable)
Initialize this ActionNotFoundException with a message and a Throwable
|
getBundleNamegetLocalizedMessage, getMessage, getMessageID, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ActionNotFoundException(String message)
message - the message to be added to the ActionNotFoundExceptionpublic ActionNotFoundException(String message, Throwable throwable)
message - the message to be added to the ActionNotFoundExceptionthrowable - the Throwable to be added to the ActionNotFoundException