public class PulsarAdminException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarAdminException.ConflictException
Conflict Exception.
|
static class |
PulsarAdminException.ConnectException
Connect Exception.
|
static class |
PulsarAdminException.GettingAuthenticationDataException
Getting Authentication Data Exception.
|
static class |
PulsarAdminException.HttpErrorException
Http Error Exception.
|
static class |
PulsarAdminException.NotAllowedException
Not Allowed Exception.
|
static class |
PulsarAdminException.NotAuthorizedException
Not Authorized Exception.
|
static class |
PulsarAdminException.NotFoundException
Not Found Exception.
|
static class |
PulsarAdminException.PreconditionFailedException
Precondition Failed Exception.
|
static class |
PulsarAdminException.ServerSideErrorException
Server Side Error Exception.
|
static class |
PulsarAdminException.TimeoutException
Timeout Exception.
|
| 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) |
PulsarAdminException(javax.ws.rs.WebApplicationException e) |
| 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(javax.ws.rs.WebApplicationException e)
public PulsarAdminException(String message)
public String getHttpError()
public int getStatusCode()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.