jgroup.core
Class MalformedLayerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jgroup.core.JgroupException
              extended by jgroup.core.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

Constructor Summary
MalformedLayerException(java.lang.String message)
          Constructs a MalformedLayerExeception with the specified message.
 
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

MalformedLayerException

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

Parameters:
message - detailed message.


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