public class RestException
extends javax.ws.rs.WebApplicationException
| Constructor and Description |
|---|
RestException(int code,
String message) |
RestException(PulsarAdminException cae) |
RestException(javax.ws.rs.core.Response.Status status,
String message) |
RestException(javax.ws.rs.core.Response.Status status,
Throwable t) |
RestException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestException(javax.ws.rs.core.Response.Status status,
String message)
public RestException(int code,
String message)
public RestException(Throwable t)
public RestException(javax.ws.rs.core.Response.Status status,
Throwable t)
public RestException(PulsarAdminException cae)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.