public class PulsarAdminException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarAdminException.ConflictException |
static class |
PulsarAdminException.ConnectException |
static class |
PulsarAdminException.GettingAuthenticationDataException |
static class |
PulsarAdminException.HttpErrorException |
static class |
PulsarAdminException.NotAllowedException |
static class |
PulsarAdminException.NotAuthorizedException |
static class |
PulsarAdminException.NotFoundException |
static class |
PulsarAdminException.PreconditionFailedException |
static class |
PulsarAdminException.ServerSideErrorException |
| Constructor and Description |
|---|
PulsarAdminException(javax.ws.rs.ClientErrorException e) |
PulsarAdminException(javax.ws.rs.ClientErrorException e,
String message) |
PulsarAdminException(javax.ws.rs.ServerErrorException e) |
PulsarAdminException(javax.ws.rs.ServerErrorException e,
String message) |
PulsarAdminException(String message) |
PulsarAdminException(String message,
Throwable t) |
PulsarAdminException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpError() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PulsarAdminException(javax.ws.rs.ClientErrorException e)
public PulsarAdminException(javax.ws.rs.ClientErrorException e,
String message)
public PulsarAdminException(javax.ws.rs.ServerErrorException e)
public PulsarAdminException(javax.ws.rs.ServerErrorException e,
String message)
public PulsarAdminException(Throwable t)
public PulsarAdminException(String message)
public String getHttpError()
public int getStatusCode()
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.