Class UnknownTopologyException

All Implemented Interfaces:
Serializable

public class UnknownTopologyException extends StreamsException
Indicates that the NamedTopology being looked up does not exist in this application
See Also:
  • Constructor Details

    • UnknownTopologyException

      public UnknownTopologyException(String message, String namedTopology)
    • UnknownTopologyException

      public UnknownTopologyException(String message, Throwable throwable, String namedTopology)