Package org.apache.pulsar.broker
Class PulsarServerException.NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.pulsar.broker.PulsarServerException
-
- org.apache.pulsar.broker.PulsarServerException.NotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PulsarServerException
public static class PulsarServerException.NotFoundException extends PulsarServerException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.pulsar.broker.PulsarServerException
PulsarServerException.NotFoundException
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(java.lang.String msg)NotFoundException(java.lang.Throwable t)
-