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: 
 - DuplicateInstanceNameException, OperationRejectedException, OperationTimeoutException, RuntimeInterruptedException
 
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 © 2008-2012 Hazelcast, Inc. All Rights Reserved.