|
||||||||||
| 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.jboss.dna.common.SystemFailureException
public class SystemFailureException

A generic runtime exception representing a catastrophic and/or unrecoverable failure of the system.
| Constructor Summary | |
|---|---|
SystemFailureException()
Construct a system failure exception with no message. |
|
SystemFailureException(String message)
Construct a system failure exception with a single message. |
|
SystemFailureException(String message,
Throwable cause)
Construct a system failure exception with a single message and another exception that is the cause of the failure. |
|
SystemFailureException(Throwable cause)
Construct a system failure exception with another exception that is the cause of the failure. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SystemFailureException()
public SystemFailureException(String message)
message - the message describing the failurepublic SystemFailureException(Throwable cause)
cause - the original cause of the failure
public SystemFailureException(String message,
Throwable cause)
message - the message describing the failurecause - the original cause of the failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||