|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error org.jboss.soa.esb.FatalError
public class FatalError
Thrown if the ESB enters a state from which it would be unsafe to continue to execute. If caught, the handler must be sure it can deal with any underlying cause if the ESB is not to terminate.
Constructor Summary | |
---|---|
FatalError(java.lang.String message)
Construct an exception instance. |
|
FatalError(java.lang.String message,
java.lang.Throwable cause)
Construct an exception instance. |
|
FatalError(java.lang.Throwable cause)
Construct an exception instance. |
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 FatalError(java.lang.String message)
message
- Exception message.public FatalError(java.lang.String message, java.lang.Throwable cause)
message
- Exception message.cause
- Exception cause.public FatalError(java.lang.Throwable cause)
cause
- Exception cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |