jgroup
Class MalformedLayerException

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

public class MalformedLayerException
extends JgroupException

This exception is thrown when some exceptional error prevents the construction of a group manager satisfying the set of listener interfaces implemented by the application server.

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

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

MalformedLayerException

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

MalformedLayerException

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