public class DxlException
extends java.lang.Exception
| Constructor and Description | 
|---|
DxlException(java.lang.String message)
Constructs the exception 
 | 
DxlException(java.lang.String message,
            java.lang.Throwable cause)
Constructs the exception 
 | 
DxlException(java.lang.Throwable cause)
Constructs the exception 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getMessage() | 
public DxlException(java.lang.String message)
message - The message associated with the exceptionpublic DxlException(java.lang.String message,
                    java.lang.Throwable cause)
message - The message associated with the exceptioncause - The cause of the exceptionpublic DxlException(java.lang.Throwable cause)
cause - The cause of the exception