public final class NoSuchConnectionException extends ConnectionRepositoryException
ConnectionRepository when attempting to fetch a Connection and no such connection exists with the provided key.| Constructor and Description |
|---|
NoSuchConnectionException(ConnectionKey connectionKey) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionKey |
getConnectionKey()
The invalid key value.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchConnectionException(ConnectionKey connectionKey)
public ConnectionKey getConnectionKey()