org.eclipse.higgins.idas.api
Class NoSuchSubjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.idas.api.IdASException
              extended byorg.eclipse.higgins.idas.api.NoSuchSubjectException
All Implemented Interfaces:
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(String message)
           
NoSuchSubjectException(String message, Throwable cause)
           
NoSuchSubjectException(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

NoSuchSubjectException

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

NoSuchSubjectException

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

NoSuchSubjectException

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

NoSuchSubjectException

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