public class DataInclusionException extends Exception
Constructor and Description |
---|
DataInclusionException()
Data inclusion exception.
|
DataInclusionException(String message)
Data inclusion exception.
|
DataInclusionException(String message,
Throwable cause)
Data inclusion exception.
|
DataInclusionException(Throwable cause)
Data inclusion exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataInclusionException()
public DataInclusionException(String message, Throwable cause)
message
- the error messagecause
- the exception's causepublic DataInclusionException(String message)
message
- the error messagepublic DataInclusionException(Throwable cause)
cause
- the exception's cause