public class ActionInvocationException extends ActionException
| Constructor and Description |
|---|
ActionInvocationException(String message)
Creates an ActionFactoryInitException.
|
ActionInvocationException(String message, Throwable throwable)
Creates an ActionFactoryInitException.
|
ActionInvocationException(String message, Throwable throwable, Object... params)
Creates an ActionFactoryInitException.
|
ActionInvocationException(Throwable throwable) |
getBundleNamegetLocalizedMessage, getMessage, getMessageID, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ActionInvocationException(Throwable throwable)
public ActionInvocationException(String message)
message - error messagepublic ActionInvocationException(String message, Throwable throwable)
message - error messagethrowable - original cause of the errorpublic ActionInvocationException(String message, Throwable throwable, Object... params)
message - error messagethrowable - original cause of the errorparams - optional replacement variables for the tokens in the error message