public class ClientServiceNotFoundException extends IllegalArgumentException
IllegalArgumentException
that indicates that a requested client service doesn't exist.
The previous implementation was throwing IllegalArgumentException
but we need a specific exception type for client service not available case.
Therefore, for keeping backward compatibility throwing exception is still an IllegalArgumentException
by extending ClientServiceNotFoundException
from IllegalArgumentException
.Constructor and Description |
---|
ClientServiceNotFoundException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientServiceNotFoundException(String message)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.