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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.idas.api.IdASException
              extended by org.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)
           
 
Method Summary
 
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)