org.eclipse.higgins.idas
Class NoSuchSubjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.idas.IdASException
              extended by org.eclipse.higgins.idas.NoSuchSubjectException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchSubjectException
extends IdASException

Thrown when a specified Digital Subject is not found in the Context.

See Also:
Serialized Form

Constructor Summary
NoSuchSubjectException()
           
NoSuchSubjectException(java.lang.String message)
           
NoSuchSubjectException(java.lang.String message, java.lang.Throwable cause)
           
NoSuchSubjectException(java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchSubjectException

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

NoSuchSubjectException

public NoSuchSubjectException(java.lang.String message)
Parameters:
message -
See Also:
IdASException.IdASException(String)

NoSuchSubjectException

public NoSuchSubjectException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -
See Also:
IdASException.IdASException(String, Throwable)

NoSuchSubjectException

public NoSuchSubjectException(java.lang.Throwable cause)
Parameters:
cause -
See Also:
IdASException.IdASException(Throwable)