tigase.cluster.api
Class ClusterCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.cluster.api.ClusterCommandException
All Implemented Interfaces:
Serializable

public class ClusterCommandException
extends Exception

Author:
Artur Hefczyc Created Mar 16, 2011
See Also:
Serialized Form

Constructor Summary
ClusterCommandException()
           
ClusterCommandException(String arg0)
           
ClusterCommandException(String arg0, Throwable arg1)
           
ClusterCommandException(Throwable arg0)
           
 
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

ClusterCommandException

public ClusterCommandException()

ClusterCommandException

public ClusterCommandException(String arg0)
Parameters:
arg0 -

ClusterCommandException

public ClusterCommandException(Throwable arg0)
Parameters:
arg0 -

ClusterCommandException

public ClusterCommandException(String arg0,
                               Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2012 Tigase. All Rights Reserved.