jgroup.core
Class JgroupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jgroup.core.JgroupException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, ExecException, GroupExistsException, MalformedLayerException, RedundancyException, UnknownGroupException

public class JgroupException
extends java.lang.Exception

Base class for the exceptions thrown by Jgroup.

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

Constructor Summary
JgroupException(java.lang.String message)
          Constructs a JgroupExeception with the specified message.
JgroupException(java.lang.String message, java.lang.Throwable cause)
          Constructs a JgroupExeception 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

JgroupException

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

Parameters:
message - Detailed message describing the problem.

JgroupException

public JgroupException(java.lang.String message,
                       java.lang.Throwable cause)
Constructs a JgroupExeception 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.