@Deprecated public class ClientException extends NuxeoException
Use NuxeoException
instead.
statusCode
Constructor and Description |
---|
ClientException()
Deprecated.
|
ClientException(String message)
Deprecated.
|
ClientException(String message,
Throwable cause)
Deprecated.
|
ClientException(Throwable cause)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ClientException |
wrap(Throwable exception)
Deprecated.
|
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientException()
public ClientException(String message)
public ClientException(String message, Throwable cause)
public ClientException(Throwable cause)
public static ClientException wrap(Throwable exception)
Copyright © 2018 Nuxeo. All rights reserved.