|
|||||||||
| 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.lifecycle.LifecycleResourceException
public class LifecycleResourceException
Exception class used for reporting exceptions during lifecycle resource creation/destruction.
| Constructor Summary | |
|---|---|
LifecycleResourceException()
Construct a default lifecycle resource exception. |
|
LifecycleResourceException(java.lang.String message)
Construct a lifecycle resource exception with a specific message. |
|
LifecycleResourceException(java.lang.String message,
java.lang.Throwable cause)
Construct a lifecycle resource exception with a specific message and cause. |
|
LifecycleResourceException(java.lang.Throwable cause)
Construct a lifecycle resource exception with a specific 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 LifecycleResourceException()
public LifecycleResourceException(java.lang.String message)
message - the associated message.public LifecycleResourceException(java.lang.Throwable cause)
cause - the associated cause.
public LifecycleResourceException(java.lang.String message,
java.lang.Throwable cause)
message - the associated message.cause - the associated cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||