Package org.apache.pulsar.client.admin
Class PulsarAdminException.PreconditionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.pulsar.client.admin.PulsarAdminException
-
- org.apache.pulsar.client.admin.PulsarAdminException.PreconditionFailedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PulsarAdminException
public static class PulsarAdminException.PreconditionFailedException extends PulsarAdminException
Precondition Failed Exception.- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description PreconditionFailedException(java.lang.Throwable t, java.lang.String httpError, int statusCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PulsarAdminExceptionclone()This method is meant to be overriden by all subclasses.-
Methods inherited from class org.apache.pulsar.client.admin.PulsarAdminException
getHttpError, getStatusCode, wrap
-
-
-
-
Method Detail
-
clone
protected PulsarAdminException clone()
Description copied from class:PulsarAdminExceptionThis 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:
clonein classPulsarAdminException- Returns:
- a new PulsarAdminException
-
-