Class DataFlowClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.rest.client.DataFlowClientException
- All Implemented Interfaces:
Serializable
A Java exception that wraps the serialized
VndErrors
object.- Author:
- Eric Bottard, Mark Fisher, Gunnar Hillert
- See Also:
-
Constructor Summary
ConstructorDescriptionDataFlowClientException
(org.springframework.hateoas.mediatype.vnderrors.VndErrors vndErrors) Initializes aDataFlowClientException
with the provided (mandatory error). -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataFlowClientException
public DataFlowClientException(org.springframework.hateoas.mediatype.vnderrors.VndErrors vndErrors) Initializes aDataFlowClientException
with the provided (mandatory error).- Parameters:
vndErrors
- Must not be null
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-