© 2005 BEA Systems, Inc.

com.bea.p13n.property
Class EntityNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.p13n.exceptions.ApplicationException
              extended bycom.bea.p13n.property.EntityNotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CustomerNotFoundException

public class EntityNotFoundException
extends ApplicationException

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

See Also:
Serialized Form

Constructor Summary
EntityNotFoundException()
           
EntityNotFoundException(String message)
          Constructor
EntityNotFoundException(String message, Throwable t)
          Constructor
EntityNotFoundException(Throwable t)
          Constructor
 
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

EntityNotFoundException

public EntityNotFoundException()

EntityNotFoundException

public EntityNotFoundException(String message)
Constructor


EntityNotFoundException

public EntityNotFoundException(String message,
                               Throwable t)
Constructor


EntityNotFoundException

public EntityNotFoundException(Throwable t)
Constructor


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved