Class PulsarAdminException.ServerSideErrorException

    • Constructor Detail

      • ServerSideErrorException

        public ServerSideErrorException​(java.lang.Throwable t,
                                        java.lang.String message,
                                        java.lang.String httpError,
                                        int statusCode)
      • ServerSideErrorException

        @Deprecated
        public ServerSideErrorException​(java.lang.Throwable t)
        Deprecated.
    • Method Detail

      • 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