org.eclipse.higgins.idas.api
Class InvalidSubjectIDException

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

public class InvalidSubjectIDException
extends IdASException

Thrown when a specified Type is invalid.

See Also:
Serialized Form

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

InvalidSubjectIDException

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

InvalidSubjectIDException

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

InvalidSubjectIDException

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

InvalidSubjectIDException

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