Package org.apache.kafka.streams.errors
Class UnknownTopologyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.streams.errors.StreamsException
org.apache.kafka.streams.errors.UnknownTopologyException
- All Implemented Interfaces:
 Serializable
Indicates that the 
NamedTopology being
 looked up does not exist in this application- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUnknownTopologyException(String message, String namedTopology) UnknownTopologyException(String message, Throwable throwable, String namedTopology)  - 
Method Summary
Methods inherited from class org.apache.kafka.streams.errors.StreamsException
setTaskId, taskIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UnknownTopologyException
 - 
UnknownTopologyException
 
 -