public class DataProcessingException
extends java.lang.RuntimeException
Constructor and Description |
---|
DataProcessingException()
Constructs a DataProcessingException with no detailed message.
|
DataProcessingException(java.lang.String message)
Constructs a DataProcessingException with the specified detail message.
|
DataProcessingException(java.lang.String message,
java.lang.Throwable cause)
Constructs a DataProcessingException with the specified detail message and cause.
|
DataProcessingException(java.lang.Throwable cause)
Constructs a DataProcessingException with the specified cause.
|
public DataProcessingException()
public DataProcessingException(java.lang.String message)
message
- the detail messagepublic DataProcessingException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic DataProcessingException(java.lang.Throwable cause)
cause
- the cause