|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.soa.esb.actions.ActionLifecycleException
public class ActionLifecycleException
Exception representing errors in an action lifecycle.
| Constructor Summary | |
|---|---|
ActionLifecycleException()
Construct a default action lifecycle exception. |
|
ActionLifecycleException(java.lang.String message)
Construct an action lifecycle exception with the specified message. |
|
ActionLifecycleException(java.lang.String message,
java.lang.Throwable cause)
Construct an action lifecycle exception with the specified message and associated cause. |
|
ActionLifecycleException(java.lang.Throwable cause)
Construct an action lifecycle exception with the associated cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActionLifecycleException()
public ActionLifecycleException(java.lang.String message)
message - The exception message.public ActionLifecycleException(java.lang.Throwable cause)
cause - The associated cause.
public ActionLifecycleException(java.lang.String message,
java.lang.Throwable cause)
message - The exception message.cause - The associated cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||