@Deprecated public class ClientException extends NuxeoException
Use NuxeoException
instead.
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
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 © 2017 Nuxeo. All rights reserved.