JXTA

net.jxta.impl.peergroup
Class IncompleteConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jxta.exception.JxtaException
              extended by net.jxta.exception.ConfiguratorException
                  extended by net.jxta.impl.peergroup.IncompleteConfigurationException
All Implemented Interfaces:
Serializable

public class IncompleteConfigurationException
extends ConfiguratorException

A configurator exception which is generated when intervention

See Also:
Serialized Form

Constructor Summary
IncompleteConfigurationException()
          Constucts a IncompleteConfigurationException with no specified details.
IncompleteConfigurationException(List ex)
          Constructs a IncompleteConfigurationException with the specified List of causes.
IncompleteConfigurationException(String msg)
          Constructs a IncompleteConfigurationException with the specified message.
IncompleteConfigurationException(String msg, Throwable ex)
          Constructs a IncompleteConfigurationException with the specified message and cause.
IncompleteConfigurationException(Throwable ex)
          Constructs a IncompleteConfigurationException with the specified cause.
 
Method Summary
 
Methods inherited from class net.jxta.exception.ConfiguratorException
addCause, addCauses, getCauses, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

IncompleteConfigurationException

public IncompleteConfigurationException()
Constucts a IncompleteConfigurationException with no specified details.


IncompleteConfigurationException

public IncompleteConfigurationException(String msg)
Constructs a IncompleteConfigurationException with the specified message.

Parameters:
msg - message

IncompleteConfigurationException

public IncompleteConfigurationException(Throwable ex)
Constructs a IncompleteConfigurationException with the specified cause.

Parameters:
ex - cause

IncompleteConfigurationException

public IncompleteConfigurationException(String msg,
                                        Throwable ex)
Constructs a IncompleteConfigurationException with the specified message and cause.

Parameters:
msg - message
ex - cause

IncompleteConfigurationException

public IncompleteConfigurationException(List ex)
Constructs a IncompleteConfigurationException with the specified List of causes.

Parameters:
ex - causes

JXSE