org.eclipse.ecf.server.generic
Class GenericServerContainerGroupCreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.ecf.core.util.ECFException
                  extended by org.eclipse.ecf.server.generic.GenericServerContainerGroupCreateException
All Implemented Interfaces:
java.io.Serializable

public class GenericServerContainerGroupCreateException
extends ECFException

Since:
4.0
See Also:
Serialized Form

Constructor Summary
GenericServerContainerGroupCreateException()
           
GenericServerContainerGroupCreateException(org.eclipse.core.runtime.IStatus status)
           
GenericServerContainerGroupCreateException(java.lang.String message)
           
GenericServerContainerGroupCreateException(java.lang.String message, java.lang.Throwable cause)
           
GenericServerContainerGroupCreateException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.CoreException
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericServerContainerGroupCreateException

public GenericServerContainerGroupCreateException()

GenericServerContainerGroupCreateException

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

GenericServerContainerGroupCreateException

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

GenericServerContainerGroupCreateException

public GenericServerContainerGroupCreateException(java.lang.String message)

GenericServerContainerGroupCreateException

public GenericServerContainerGroupCreateException(java.lang.Throwable cause)