|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jgroup.core.JgroupException
jgroup.core.ConfigurationException
public class ConfigurationException
Raised when an error is found in a system configuration.
Constructor Summary | |
---|---|
ConfigurationException(java.lang.String message)
Constructs a ConfigurationException with the
specified message. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a ConfigurationExeception with the specified
message and cause exception. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationException(java.lang.String message)
ConfigurationException
with the
specified message.
message
- Detailed message describing the problem.public ConfigurationException(java.lang.String message, java.lang.Throwable cause)
ConfigurationExeception
with the specified
message and cause exception.
message
- Detailed message describing the problem.cause
- The cause exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |