public class DataProcessingException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
DataProcessingException()
Create a new exception with no detail message.
|
DataProcessingException(java.lang.String message)
Create a new exception with a detail message.
|
DataProcessingException(java.lang.String message,
java.lang.Throwable cause)
Create a new exception with a detail message and cause.
|
DataProcessingException(java.lang.Throwable cause)
Create a new exception with a cause.
|
public DataProcessingException()
public DataProcessingException(java.lang.Throwable cause)
Throwable.getCause() method. A null value is
permitted, and indicates that the cause is nonexistent or unknown.cause - cause of the exceptionThrowable.getCause()public DataProcessingException(java.lang.String message)
message - detail messagepublic DataProcessingException(java.lang.String message,
java.lang.Throwable cause)
message - detail messagecause - the cause objectDataProcessingException(Throwable)