Spring for Apache Hadoop

org.springframework.yarn.integration.convert
Class MindDataConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.core.convert.ConversionException
                      extended by org.springframework.yarn.integration.convert.MindDataConversionException
All Implemented Interfaces:
java.io.Serializable

public class MindDataConversionException
extends org.springframework.core.convert.ConversionException

Simple exception indicating errors during the conversion.

Author:
Janne Valkealahti
See Also:
Serialized Form

Constructor Summary
MindDataConversionException(java.lang.String message)
          Construct a new mind data conversion exception.
MindDataConversionException(java.lang.String message, java.lang.Throwable cause)
          Construct a new mind data conversion exception.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MindDataConversionException

public MindDataConversionException(java.lang.String message,
                                   java.lang.Throwable cause)
Construct a new mind data conversion exception.

Parameters:
message - the exception message
cause - the cause

MindDataConversionException

public MindDataConversionException(java.lang.String message)
Construct a new mind data conversion exception.

Parameters:
message - the exception message

Spring for Apache Hadoop