public class CoreException extends InterlokException
Standard Exception in the core package
and sub-packages.
| Constructor and Description |
|---|
CoreException()
Creates a new instance.
|
CoreException(java.lang.String description)
Creates a new instance with a description of the
Exception. |
CoreException(java.lang.String description,
java.lang.Throwable cause)
Creates a new instance with a reference to a previous
Exception and a description of the Exception. |
CoreException(java.lang.Throwable cause)
Creates a new instance with a reference to a previous
Exception. |
public CoreException()
Creates a new instance.
public CoreException(java.lang.Throwable cause)
Creates a new instance with a reference to a previous
Exception.
cause - a previous, causal Exceptionpublic CoreException(java.lang.String description)
Creates a new instance with a description of the Exception.
description - description of the Exceptionpublic CoreException(java.lang.String description,
java.lang.Throwable cause)
Creates a new instance with a reference to a previous
Exception and a description of the Exception.
description - of the Exceptioncause - previous Exception