public class ClientException extends NuxeoException
Constructor and Description |
---|
ClientException() |
ClientException(ClientException cause) |
ClientException(String message) |
ClientException(String message,
ClientException cause) |
ClientException(String message,
Throwable cause) |
ClientException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static ClientException |
wrap(Throwable exception) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientException()
public ClientException(String message)
public ClientException(String message, ClientException cause)
public ClientException(Throwable cause)
public ClientException(ClientException cause)
public static ClientException wrap(Throwable exception)
Copyright © 2015 Nuxeo SA. All rights reserved.