public class NoSuchConnectionException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private String |
connectionId |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
NoSuchConnectionException(String connectionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final String connectionId
public NoSuchConnectionException(String connectionId)
public String getConnectionId()
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.