public class NoSuchColumnException extends NotFoundException
| Constructor and Description |
|---|
NoSuchColumnException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
NoSuchColumnException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
public NoSuchColumnException(java.lang.String message)
message - the detail message.public NoSuchColumnException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause.