org.globus.cog.gui.grapheditor
Class RootContainerInstantiationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.globus.cog.gui.grapheditor.RootContainerInstantiationException
All Implemented Interfaces:
Serializable

public class RootContainerInstantiationException
extends Exception

See Also:
Serialized Form

Constructor Summary
RootContainerInstantiationException()
           
RootContainerInstantiationException(String message)
           
RootContainerInstantiationException(String message, Throwable cause)
           
RootContainerInstantiationException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RootContainerInstantiationException

public RootContainerInstantiationException()

RootContainerInstantiationException

public RootContainerInstantiationException(String message)

RootContainerInstantiationException

public RootContainerInstantiationException(String message,
                                           Throwable cause)

RootContainerInstantiationException

public RootContainerInstantiationException(Throwable cause)