|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.torweg.pulse.service.PulseException
org.torweg.pulse.invocation.lifecycle.LifecycleException
public final class LifecycleException
signals that the Lifecycle is in an unexpected state.
This can be an already running Lifecycle during startup or a
dead Lifecycle during execution. See the message for details.
| Constructor Summary | |
|---|---|
LifecycleException(java.lang.String msg)
constructs a new exception with the specified detail message. |
|
LifecycleException(java.lang.String msg,
java.lang.Throwable t)
constructs a new exception with the specified detail message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| 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 LifecycleException(java.lang.String msg)
msg - the detail message
public LifecycleException(java.lang.String msg,
java.lang.Throwable t)
msg - the detail messaget - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||