public class DDIException
extends java.lang.RuntimeException
| Red (cxh) |
| Red (cxh) |
| Constructor and Description |
|---|
DDIException()
Create a DDIException.
|
DDIException(java.lang.String msg)
Create a DDIException with an error message.
|
DDIException(java.lang.String msg,
java.lang.Throwable cause)
Create a DDIException with an error message and a cause.
|
DDIException(java.lang.Throwable cause)
Create a DDIException with a cause.
|
public DDIException()
public DDIException(java.lang.String msg)
msg - The error message.public DDIException(java.lang.String msg,
java.lang.Throwable cause)
msg - The error message.cause - The cause.public DDIException(java.lang.Throwable cause)
cause - The cause.