public class ConnectionException extends ProtocolException
response| Constructor and Description | 
|---|
ConnectionException()
Constructs an ConnectionException with no detail message. 
 | 
ConnectionException(Protocol p,
                   Response r)
Constructs an ConnectionException with the specified Response. 
 | 
ConnectionException(String s)
Constructs an ConnectionException with the specified detail message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Protocol | 
getProtocol()  | 
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionException()
public ConnectionException(String s)
s - the detail messagepublic Protocol getProtocol()
Copyright © 2017 JBoss by Red Hat. All rights reserved.