jgroup
Class DSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jgroup.JgroupException
                    |
                    +--jgroup.DSException
All Implemented Interfaces:
java.io.Serializable

public class DSException
extends JgroupException

Raised when an error is found in a distributed system configuration.

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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DSException()
          Constructs a DSException with no detail message.
DSException(java.lang.String s)
          Constructs a DSException 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

DSException

public DSException()
Constructs a DSException with no detail message.

DSException

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