Class BinderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.stream.binder.BinderException
- All Implemented Interfaces:
Serializable
Exception thrown to indicate a binder error (most likely a configuration error).
- Author:
- Gary Russell, Marius Bogoevici
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBinderException(String message) BinderException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BinderException
-
BinderException
-