org.springframework.yarn.integration.convert
Class MindDataConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.core.convert.ConversionException
org.springframework.yarn.integration.convert.MindDataConversionException
- All Implemented Interfaces:
- Serializable
public class MindDataConversionException
- extends ConversionException
Simple exception indicating errors during the conversion.
- Author:
- Janne Valkealahti
- See Also:
- Serialized Form
MindDataConversionException
public MindDataConversionException(String message,
Throwable cause)
- Construct a new mind data conversion exception.
- Parameters:
message - the exception messagecause - the cause
MindDataConversionException
public MindDataConversionException(String message)
- Construct a new mind data conversion exception.
- Parameters:
message - the exception message