Class StreamAlreadyDeployedException

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

public class StreamAlreadyDeployedException extends RuntimeException
Thrown when a stream is already deployed when the controller gets a request to deploy it.
Author:
Ilayaperumal Gopinathan
See Also:
  • Constructor Details

    • StreamAlreadyDeployedException

      public StreamAlreadyDeployedException(String name)