public class ClientException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientException.ErrorType |
| Modifier and Type | Field and Description |
|---|---|
protected ClientException.ErrorType |
errorType |
| Constructor and Description |
|---|
ClientException() |
ClientException(ClientException.ErrorType errorType,
String message) |
ClientException(ClientException.ErrorType errorType,
String message,
Throwable cause) |
ClientException(String message) |
ClientException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ClientException.ErrorType errorType
public ClientException()
public ClientException(ClientException.ErrorType errorType, String message)
public ClientException(String message)
public ClientException(ClientException.ErrorType errorType, String message, Throwable cause)
Copyright © 2015 Cisco. All rights reserved.