Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
com.azure.spring.messaging.converter.ConversionException
- All Implemented Interfaces:
Serializable
public final class ConversionException
extends org.springframework.core.NestedRuntimeException
The conversion specific
NestedRuntimeException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct aConversionExceptionwith the specified detail message.ConversionException(String msg, Throwable cause) Construct aNestedRuntimeExceptionwith the specified detail message and nested exception. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
Construct aConversionExceptionwith the specified detail message.- Parameters:
msg- the specified detail message.
-
ConversionException
Construct aNestedRuntimeExceptionwith the specified detail message and nested exception.- Parameters:
msg- the specified detail message.cause- the nested exception.
-