com.mortbay.JDBC
Class NonKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.mortbay.JDBC.NonKeyException

public class NonKeyException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 Column column
           
 
Constructor Summary
NonKeyException(Column c)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

column

public final Column column
Constructor Detail

NonKeyException

public NonKeyException(Column c)