goodslib
Class NoIndexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bygoodslib.NoIndexException
All Implemented Interfaces:
java.io.Serializable

public class NoIndexException
extends java.lang.RuntimeException

JSQL exception thown when no index exists for specifed primary key

See Also:
Serialized Form

Constructor Summary
NoIndexException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoIndexException

public NoIndexException()