Package org.apache.pulsar.broker
Class PulsarServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.pulsar.broker.PulsarServerException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PulsarServerException.NotFoundException
public class PulsarServerException extends java.io.IOException- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPulsarServerException.NotFoundException
-
Constructor Summary
Constructors Constructor Description PulsarServerException(java.lang.String message)PulsarServerException(java.lang.String message, java.lang.Throwable cause)PulsarServerException(java.lang.Throwable cause)
-