public class ConnectionErrorException extends ConnectionException
| Modifier and Type | Field and Description |
|---|---|
protected Error |
_remoteError |
| Constructor and Description |
|---|
ConnectionErrorException(Error remoteError) |
ConnectionErrorException(ErrorCondition condition,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Error |
getRemoteError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final Error _remoteError
public ConnectionErrorException(ErrorCondition condition, String description)
public ConnectionErrorException(Error remoteError)
public Error getRemoteError()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.