public class ClientNotReadyException extends OperationAbortedException
ClientNotReadyException
indicates a client attempted to invoke
the Cache.readyForEvents()
method, but failed.
This exception was moved from the util
package in 5.7.
Constructor and Description |
---|
ClientNotReadyException(String msg)
Deprecated.
Constructs an instance of
ClientNotReadyException with the
specified detail message. |
ClientNotReadyException(String msg,
Throwable cause)
Deprecated.
Constructs an instance of
ClientNotReadyException with the
specified detail message and cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ClientNotReadyException(String msg)
ClientNotReadyException
with the
specified detail message.msg
- the detail messageCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.