org.ow2.cmi.controller.common
Class ClusterViewManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.cmi.controller.common.ClusterViewManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClientClusterViewManagerException, ServerClusterViewManagerException

public class ClusterViewManagerException
extends java.lang.Exception

Author:
Loris Bouzonnet
See Also:
Serialized Form

Constructor Summary
ClusterViewManagerException()
           
ClusterViewManagerException(java.lang.String message)
           
ClusterViewManagerException(java.lang.String message, java.lang.Throwable cause)
           
ClusterViewManagerException(java.lang.Throwable cause)
           
 
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

ClusterViewManagerException

public ClusterViewManagerException()

ClusterViewManagerException

public ClusterViewManagerException(java.lang.String message)

ClusterViewManagerException

public ClusterViewManagerException(java.lang.Throwable cause)

ClusterViewManagerException

public ClusterViewManagerException(java.lang.String message,
                                   java.lang.Throwable cause)


Copyright © 2009 OW2 Consortium. All Rights Reserved.