jgroup
Class JgroupException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jgroup.JgroupException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DSException, MalformedLayerException

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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
JgroupException()
          Constructs a JgroupExeception with no detail message.
JgroupException(java.lang.String s)
          Constructs a JgroupExeception with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

JgroupException

public JgroupException()
Constructs a JgroupExeception with no detail message.

JgroupException

public JgroupException(java.lang.String s)
Constructs a JgroupExeception with the specified message.
Parameters:
s - detailed message.