org.eclipse.higgins.registry
Class RegistryConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.registry.RegistryException
              extended by org.eclipse.higgins.registry.RegistryConfigurationException
All Implemented Interfaces:
Serializable

public class RegistryConfigurationException
extends RegistryException

See Also:
Serialized Form

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

RegistryConfigurationException

public RegistryConfigurationException()

RegistryConfigurationException

public RegistryConfigurationException(String message)
Parameters:
message -

RegistryConfigurationException

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

RegistryConfigurationException

public RegistryConfigurationException(Throwable cause)
Parameters:
cause -