Package io.hstream
Class HStreamDBClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.hstream.HStreamDBClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HStreamDBClientException.ConsumerException,HStreamDBClientException.InvalidRecordException,HStreamDBClientException.SubscribeException
public class HStreamDBClientException extends RuntimeException
Client exception definition- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHStreamDBClientException.ConsumerExceptionstatic classHStreamDBClientException.InvalidRecordExceptionstatic classHStreamDBClientException.SubscribeException
-
Constructor Summary
Constructors Constructor Description HStreamDBClientException(String message)HStreamDBClientException(String message, Throwable cause)HStreamDBClientException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-