Package com.hazelcast.spi.exception
Class ServiceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.core.HazelcastException
-
- com.hazelcast.spi.exception.ServiceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceNotFoundException extends HazelcastException
AHazelcastException
that indicates that a requested service is not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotFoundException(java.lang.String message)
-