jgroup.core
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jgroup.core.JgroupException
              extended by jgroup.core.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends JgroupException

Raised when an error is found in a system configuration.

Since:
Jgroup 0.8
Author:
Alberto Montresor
See Also:
Serialized Form

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

ConfigurationException

public ConfigurationException(java.lang.String message)
Constructs a ConfigurationException with the specified message.

Parameters:
message - Detailed message describing the problem.

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)
Constructs a ConfigurationExeception with the specified message and cause exception.

Parameters:
message - Detailed message describing the problem.
cause - The cause exception.


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.