org.eclipse.higgins.idas.api
Class NoSuchEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.idas.api.IdASException
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)