@Internal public class RequestNotExecutedException extends ConnectionClosedException
ConnectionClosedException
subclass that signals requests cannot not be executed
due to the connection being closed. Generally requests failed with this exception
are safe to be re-executed.Constructor and Description |
---|
RequestNotExecutedException()
Constructs a new RequestNotExecutedException with a default message.
|
RequestNotExecutedException(String message)
Constructs a new RequestNotExecutedException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RequestNotExecutedException()
public RequestNotExecutedException(String message)
message
- The exception detail messageCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.