org.eclipse.higgins.idas.api
Class SubjectExistsException

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

public class SubjectExistsException
extends IdASException

Author:
jimse@novell.com
See Also:
Serialized Form

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

SubjectExistsException

public SubjectExistsException()

SubjectExistsException

public SubjectExistsException(String message)
Parameters:
message -

SubjectExistsException

public SubjectExistsException(String message,
                              Throwable cause)
Parameters:
message -
cause -

SubjectExistsException

public SubjectExistsException(Throwable cause)
Parameters:
cause -