|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.jxta.exception.JxtaException
net.jxta.exception.ConfiguratorException
net.jxta.impl.peergroup.IncompleteConfigurationException
public class IncompleteConfigurationException
A configurator exception which is generated when intervention
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 |
---|
public IncompleteConfigurationException()
IncompleteConfigurationException
with no specified details.
public IncompleteConfigurationException(String msg)
IncompleteConfigurationException
with the specified message.
msg
- messagepublic IncompleteConfigurationException(Throwable ex)
IncompleteConfigurationException
with the specified cause
.
ex
- causepublic IncompleteConfigurationException(String msg, Throwable ex)
IncompleteConfigurationException
with the specified message and cause
.
msg
- messageex
- causepublic IncompleteConfigurationException(List ex)
IncompleteConfigurationException
with the specified List
of causes
.
ex
- causes
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |