com.strangelight.db
Class E_NoSuchEntity

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.strangelight.util.E_
                    |
                    +--com.strangelight.db.E_NoSuchEntity
All Implemented Interfaces:
java.io.Serializable

public class E_NoSuchEntity
extends E_

Thrown to indicate that the requested "thing" (usually a database row) does not exist.

See Also:
Serialized Form

Constructor Summary
E_NoSuchEntity()
           
E_NoSuchEntity(java.lang.String msg)
           
E_NoSuchEntity(java.lang.String msg, java.lang.Throwable cause)
           
E_NoSuchEntity(java.lang.Throwable cause)
           
 
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

E_NoSuchEntity

public E_NoSuchEntity()

E_NoSuchEntity

public E_NoSuchEntity(java.lang.String msg)

E_NoSuchEntity

public E_NoSuchEntity(java.lang.String msg,
                      java.lang.Throwable cause)

E_NoSuchEntity

public E_NoSuchEntity(java.lang.Throwable cause)