Class NoSuchStreamDeploymentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.server.repository.NoSuchStreamDeploymentException
All Implemented Interfaces:
Serializable

public class NoSuchStreamDeploymentException extends RuntimeException
Thrown when a stream deployment of a given name was expected but did not exist.
Author:
Ilayaperumal Gopinathan
See Also:
  • Constructor Details

    • NoSuchStreamDeploymentException

      public NoSuchStreamDeploymentException(String name)
    • NoSuchStreamDeploymentException

      public NoSuchStreamDeploymentException(String name, String message)
  • Method Details

    • getName

      public String getName()