org.eclipse.higgins.idas.api.model
Class IdASModelException

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

public class IdASModelException
extends IdASException

See Also:
Serialized Form

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

IdASModelException

public IdASModelException()

IdASModelException

public IdASModelException(String message)

IdASModelException

public IdASModelException(String message,
                          Throwable cause)

IdASModelException

public IdASModelException(Throwable cause)