|
||||||||||
| 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
fedora.common.FaultException
public class FaultException
An unchecked exception that signals an unrecoverable error.
This type of exception is usually not caught, except at the fault barrier of the application.
| Constructor Summary | |
|---|---|
FaultException(java.lang.String message)
Creates an instance with a detail message. |
|
FaultException(java.lang.String message,
java.lang.Throwable cause)
Creates an instance with a detail message and cause. |
|
FaultException(java.lang.Throwable cause)
Creates an instance with no detail message and 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 FaultException(java.lang.String message)
message - the detail message.public FaultException(java.lang.Throwable cause)
cause - the cause.
public FaultException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||