org.datamanager.exception
Class NoSuchIdentifierException

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

public class NoSuchIdentifierException
extends DataManagerException

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

Author:
Xi Rao
See Also:
Serialized Form

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

NoSuchIdentifierException

public NoSuchIdentifierException()

NoSuchIdentifierException

public NoSuchIdentifierException(String reason)

NoSuchIdentifierException

public NoSuchIdentifierException(Throwable cause)


See the Helium Website