com.hazelcast.client
Class ClusterClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hazelcast.client.ClusterClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, NoMemberAvailableException

public class ClusterClientException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ClusterClientException()
           
ClusterClientException(String message)
           
ClusterClientException(String message, Throwable cause)
           
ClusterClientException(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

ClusterClientException

public ClusterClientException()

ClusterClientException

public ClusterClientException(String message)

ClusterClientException

public ClusterClientException(String message,
                              Throwable cause)

ClusterClientException

public ClusterClientException(Throwable cause)


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.