Package com.bakdata.kafka.streams
Class StreamsApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bakdata.kafka.streams.StreamsApplicationException
- All Implemented Interfaces:
Serializable
Exception thrown if running streams application was unsuccessful
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStreamsApplicationException
(String message) StreamsApplicationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamsApplicationException
-
StreamsApplicationException
-