|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFilteredException
com.sodius.mdw.core.CoreException
public class CoreException
A checked exception representing a failure.
This class is not intended to be subclassed by clients but may be instantiated.
| Constructor Summary | |
|---|---|
CoreException(String message)
Constructs a CoreException with the specified detail message. |
|
CoreException(String message,
Throwable cause)
Constructs a CoreException with the specified detail message and the specified cause. |
|
CoreException(Throwable cause)
Constructs a CoreException with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoreException(String message)
CoreException with the specified detail message.
message - the detail message.public CoreException(Throwable cause)
CoreException with the specified cause.
cause - the cause.
public CoreException(String message,
Throwable cause)
CoreException with the specified detail message and the specified cause.
message - the detail message.cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||