butler.sql.record
Class RecordNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by butler.sql.record.RecordNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RecordNotFoundException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RecordNotFoundException(butler.util.Tuple pk)
           
 
Method Summary
 
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

RecordNotFoundException

public RecordNotFoundException(butler.util.Tuple pk)