org.eclipse.higgins.idas.api
Class NoSuchEntityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.idas.api.IdASException
              extended byorg.eclipse.higgins.idas.api.NoSuchEntityException
All Implemented Interfaces:
Serializable

public class NoSuchEntityException
extends IdASException

Thrown when a specified Entity is not found in the Context.

See Also:
Serialized Form

Constructor Summary
NoSuchEntityException()
           
NoSuchEntityException(String message)
           
NoSuchEntityException(String message, Throwable cause)
           
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchEntityException

public NoSuchEntityException()
See Also:
IdASException.IdASException()

NoSuchEntityException

public NoSuchEntityException(String message)
Parameters:
message -
See Also:
IdASException.IdASException(String)

NoSuchEntityException

public NoSuchEntityException(String message,
                             Throwable cause)
Parameters:
message -
cause -
See Also:
IdASException.IdASException(String, Throwable)

NoSuchEntityException

public NoSuchEntityException(Throwable cause)
Parameters:
cause -
See Also:
IdASException.IdASException(Throwable)