com.csam.dif
Class DIFDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.csam.dif.DIFException
-
- com.csam.dif.DIFDataException
-
- All Implemented Interfaces:
- java.io.Serializable
public class DIFDataException extends DIFException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DIFDataException()Creates a new instance ofDIFDataExceptionwithout detail message.DIFDataException(java.lang.String msg)Constructs an instance ofDIFDataExceptionwith the specified detail message.DIFDataException(java.lang.String msg, java.lang.Throwable cause)Constructs an instance ofDIFDataExceptionwith the specified detail message and root cause.DIFDataException(java.lang.Throwable cause)Constructs an instance ofDIFDataExceptionwith the specified root cause.
-
-
-
Constructor Detail
-
DIFDataException
public DIFDataException()
Creates a new instance ofDIFDataExceptionwithout detail message.
-
DIFDataException
public DIFDataException(java.lang.String msg)
Constructs an instance ofDIFDataExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
DIFDataException
public DIFDataException(java.lang.Throwable cause)
Constructs an instance ofDIFDataExceptionwith the specified root cause.- Parameters:
cause- the root cause of the exception.
-
DIFDataException
public DIFDataException(java.lang.String msg, java.lang.Throwable cause)Constructs an instance ofDIFDataExceptionwith the specified detail message and root cause.- Parameters:
msg- the detail message.cause- the root cause of the exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG