com.hazelcast.core
Class HazelcastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationException, ConfigMismatchException, DistributedObjectDestroyedException, DuplicateInstanceNameException, HazelcastSerializationException, OperationTimeoutException, QueryException, RemoteMapReduceException, ResponseAlreadySentException, RetryableHazelcastException, RuntimeInterruptedException, TopologyChangedException, TransactionException, TransactionNotActiveException
public class HazelcastException
- extends RuntimeException
Base Hazelcast exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HazelcastException
public HazelcastException()
HazelcastException
public HazelcastException(String message)
HazelcastException
public HazelcastException(String message,
Throwable cause)
HazelcastException
public HazelcastException(Throwable cause)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.