public class DataColumnMatchException
extends java.lang.Exception
Throwable
that
indicates a failed match between data retrieved and the expected metadata.
For example, it may occur when the size of columns array does not match with
the size of column names array.Constructor and Description |
---|
DataColumnMatchException(java.lang.String message)
Construcs a new exception with specified detail message.
|
DataColumnMatchException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
DataColumnMatchException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new exception with the specified detail message, cause,
suppression enabled or disabled, and writable stack trace enabled or
disabled.
|
DataColumnMatchException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public DataColumnMatchException(java.lang.String message)
message
- exception's messagepublic DataColumnMatchException(java.lang.Throwable cause)
cause
- causing Throwable
objectpublic DataColumnMatchException(java.lang.String message, java.lang.Throwable cause)
message
- exception's messagecause
- causing Throwable
objectpublic DataColumnMatchException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- exception's messagecause
- causing Throwable
objectenableSuppression
- whether or not suppression is enabled or disabledwritableStackTrace
- whether or not the stack trace should be writable