java.io.Serializablepublic class ActionExecutionException extends ProcessException
Created: 2008. 01. 07 AM 3:35:55
| Constructor | Description |
|---|---|
ActionExecutionException() |
Simple constructor.
|
ActionExecutionException(java.lang.String msg) |
Constructor to create exception with a message.
|
ActionExecutionException(java.lang.String actionName,
Executable action,
java.lang.Throwable cause) |
|
ActionExecutionException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a
message.
|
ActionExecutionException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
Executable |
getAction() |
public ActionExecutionException()
public ActionExecutionException(java.lang.String msg)
msg - a message to associate with the exceptionpublic ActionExecutionException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic ActionExecutionException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionpublic ActionExecutionException(java.lang.String actionName,
Executable action,
java.lang.Throwable cause)
public Executable getAction()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.