org.datamanager.exception
Class NoSuchEntityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.datamanager.exception.DataManagerException
                    |
                    +--org.datamanager.exception.NoSuchEntityException
All Implemented Interfaces:
Serializable

public class NoSuchEntityException
extends DataManagerException

The exception is thrown when the SuaveEntityManger could not find such entity either in the KernelMemory nor in the Jisp Database

Author:
Xi Rao
See Also:
Serialized Form

Constructor Summary
NoSuchEntityException()
           
NoSuchEntityException(String reason)
           
NoSuchEntityException(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

NoSuchEntityException

public NoSuchEntityException()

NoSuchEntityException

public NoSuchEntityException(String reason)

NoSuchEntityException

public NoSuchEntityException(Throwable cause)


See the Helium Website