org.eclipse.higgins.idas.api
Class EntityExistsException

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.EntityExistsException
All Implemented Interfaces:
Serializable

public class EntityExistsException
extends IdASException

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

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

EntityExistsException

public EntityExistsException()

EntityExistsException

public EntityExistsException(String message)
Parameters:
message -

EntityExistsException

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

EntityExistsException

public EntityExistsException(Throwable cause)
Parameters:
cause -