PAJES 3.0.21

org.pajes.db.entity
Class EntityNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pajes.db.entity.EntityNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class EntityNotFoundException
extends java.lang.Exception

Thrown when a request is made to retrieve a non-existent Entity.

See Also:
Serialized Form

Constructor Summary
EntityNotFoundException(Scope scope)
          Creates a new exception when a request is made to retrieve a non-existent Entity.
 
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

EntityNotFoundException

public EntityNotFoundException(Scope scope)
Creates a new exception when a request is made to retrieve a non-existent Entity.

Parameters:
scope - the scope with which the request was made

PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.