com.hazelcast.core
Class HazelcastException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hazelcast.core.HazelcastException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, DuplicateInstanceNameException, HazelcastSerializationException, OperationTimeoutException, QueryException, RuntimeInterruptedException, TopologyChangedException, TransactionException, TransactionNotActiveException

public class HazelcastException
extends RuntimeException

Base Hazelcast exception.

See Also:
Serialized Form

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

HazelcastException

public HazelcastException()

HazelcastException

public HazelcastException(String message)

HazelcastException

public HazelcastException(String message,
                          Throwable cause)

HazelcastException

public HazelcastException(Throwable cause)


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.