Class PulsarAdminException.NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pulsar.client.admin.PulsarAdminException
org.apache.pulsar.client.admin.PulsarAdminException.NotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
PulsarAdminException

public static class PulsarAdminException.NotFoundException extends PulsarAdminException
Not Found Exception.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(Throwable t, String httpError, int statusCode)
  • Method Details

    • clone

      protected PulsarAdminException 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 class PulsarAdminException
      Returns:
      a new PulsarAdminException