EntityNotFoundException Class

com.bea.p13n.property
EntityNotFoundException Class

public class EntityNotFoundException

    extends ApplicationException

Application exception to signify that a requested ConfigurableEntity could not be found in the database.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        EntityNotFoundException
All Implemented Interfaces

Serializable
Direct Known Subclasses

CustomerNotFoundException

Constructor Summary

EntityNotFoundException()

EntityNotFoundException(String message, Throwable t)

Constructor
EntityNotFoundException(String message)

Constructor
EntityNotFoundException(Throwable t)

Constructor
 

Method Summary

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

Constructor Detail

EntityNotFoundException

public EntityNotFoundException()

EntityNotFoundException

public EntityNotFoundException(String message, 
                               Throwable t)
Constructor

EntityNotFoundException

public EntityNotFoundException(String message)
Constructor

EntityNotFoundException

public EntityNotFoundException(Throwable t)
Constructor