Package org.apache.pulsar.client.admin
Class PulsarAdminException.HttpErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.client.admin.PulsarAdminException
org.apache.pulsar.client.admin.PulsarAdminException.HttpErrorException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PulsarAdminException
Http Error Exception.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pulsar.client.admin.PulsarAdminException
PulsarAdminException.ConflictException, PulsarAdminException.ConnectException, PulsarAdminException.GettingAuthenticationDataException, PulsarAdminException.HttpErrorException, PulsarAdminException.NotAllowedException, PulsarAdminException.NotAuthorizedException, PulsarAdminException.NotFoundException, PulsarAdminException.PreconditionFailedException, PulsarAdminException.ServerSideErrorException, PulsarAdminException.TimeoutException
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PulsarAdminException
clone()
This method is meant to be overriden by all subclasses.Methods inherited from class org.apache.pulsar.client.admin.PulsarAdminException
getHttpError, getStatusCode, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpErrorException
-
HttpErrorException
-
-
Method Details
-
clone
Description copied from class:PulsarAdminException
This method is meant to be overriden by all subclasses. We cannot make it 'abstract' because it would be a breaking change in the public API.- Overrides:
clone
in classPulsarAdminException
- Returns:
- a new PulsarAdminException
-