Uses of Class
org.apache.pulsar.broker.PulsarServerException
-
Packages that use PulsarServerException Package Description org.apache.pulsar.broker Pulsar Client API.org.apache.pulsar.broker.authentication Pulsar Client API.org.apache.pulsar.broker.authorization Pulsar Client API. -
-
Uses of PulsarServerException in org.apache.pulsar.broker
Subclasses of PulsarServerException in org.apache.pulsar.broker Modifier and Type Class Description static classPulsarServerException.NotFoundException -
Uses of PulsarServerException in org.apache.pulsar.broker.authentication
Constructors in org.apache.pulsar.broker.authentication that throw PulsarServerException Constructor Description AuthenticationService(ServiceConfiguration conf) -
Uses of PulsarServerException in org.apache.pulsar.broker.authorization
Constructors in org.apache.pulsar.broker.authorization that throw PulsarServerException Constructor Description AuthorizationService(ServiceConfiguration conf, PulsarResources pulsarResources)
-