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