org.eclipse.ecf.core.identity
Class IDCreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.ecf.core.util.ECFRuntimeException
                  extended by org.eclipse.ecf.core.identity.IDCreateException
All Implemented Interfaces:
java.io.Serializable

public class IDCreateException
extends ECFRuntimeException

See Also:
Serialized Form

Constructor Summary
IDCreateException()
           
IDCreateException(org.eclipse.core.runtime.IStatus status)
           
IDCreateException(java.lang.String message)
           
IDCreateException(java.lang.String message, java.lang.Throwable cause)
           
IDCreateException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ecf.core.util.ECFRuntimeException
getStatus
 
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

IDCreateException

public IDCreateException()

IDCreateException

public IDCreateException(org.eclipse.core.runtime.IStatus status)

IDCreateException

public IDCreateException(java.lang.String message)

IDCreateException

public IDCreateException(java.lang.Throwable cause)

IDCreateException

public IDCreateException(java.lang.String message,
                         java.lang.Throwable cause)