public class SystemFailureException extends RuntimeException
runtime exception
representing a catastrophic and/or unrecoverable failure of the system.Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SystemFailureException()
public SystemFailureException(String message)
message
- the message describing the failurepublic SystemFailureException(Throwable cause)
cause
- the original cause of the failureCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.