public class ClientNotFoundException extends NotFoundException
Constructor and Description |
---|
ClientNotFoundException(String clientId)
Create a new exception
|
ClientNotFoundException(String clientId,
String message)
Create a new exception with detail message
|
ClientNotFoundException(String clientId,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
void |
setClientId(String clientId) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientNotFoundException(String clientId)
clientId
- the string ID of the client that was not foundpublic ClientNotFoundException(String clientId, String message)
clientId
- the string ID of the client that was not foundmessage
- the detail messageCopyright © 2019 Communote team. All rights reserved.