Class DuplicateStreamDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.server.repository.DuplicateStreamDefinitionException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the creation of a stream failed because a stream with the given
name already exists.
- Author:
- Mark Fisher
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateStreamDefinitionException
public DuplicateStreamDefinitionException() -
DuplicateStreamDefinitionException
-