Uses of Class
com.hazelcast.spi.ExceptionAction

Packages that use ExceptionAction
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
 

Uses of ExceptionAction in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return ExceptionAction
 ExceptionAction Operation.onException(Throwable throwable)
           
static ExceptionAction ExceptionAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExceptionAction[] ExceptionAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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