org.eclipse.higgins.idas.api
Class InvalidEntityIDException

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

public class InvalidEntityIDException
extends IdASException

Thrown when a specified Type is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidEntityIDException()
           
InvalidEntityIDException(String message)
           
InvalidEntityIDException(String message, Throwable cause)
           
InvalidEntityIDException(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

InvalidEntityIDException

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

InvalidEntityIDException

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

InvalidEntityIDException

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

InvalidEntityIDException

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