HazelcastException Constructor |
| Name | Description | |
|---|---|---|
| HazelcastException |
Default constructor
| |
| HazelcastException(Exception) |
Constructor version with an exception instance to assign to
| |
| HazelcastException(String) |
Constructor version with a message to assign to
| |
| HazelcastException(String, Exception) |
Constructor version with a message and Exception instance to assign to
|