public class ActionException
extends oracle.fmwplatform.util.exception.BundleAwareException
| Constructor and Description |
|---|
ActionException(String message)
Initialize this ActionException with a message
|
ActionException(String message,
Throwable throwable)
Initialize this ActionException with a message and a Throwable
|
ActionException(String message,
Throwable throwable,
Object... params)
Initialize this ActionException with a message and a Throwable and parameters to be incorporated into the message
|
ActionException(Throwable throwable)
Initialize this ActionException with a Throwable
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBundleName() |
getLocalizedMessage, getMessage, getMessageID, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ActionException(Throwable throwable)
throwable - the Throwable to be added to the ActionExceptionpublic ActionException(String message)
message - the message to be added to the ActionExceptionpublic ActionException(String message, Throwable throwable)
message - the message to be added to the ActionExceptionthrowable - the Throwable to be added to the ActionExceptionpublic ActionException(String message, Throwable throwable, Object... params)
message - the message to be added to the ActionExceptionthrowable - the Throwable to be added to the ActionExceptionparams - the parameters to be incorporated into the messagepublic String getBundleName()
getBundleName in class oracle.fmwplatform.util.exception.BundleAwareException