Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.internal.metadata.converter.ConversionException
- All Implemented Interfaces:
Serializable
This class is a ConversionException if something went wrong while conversion.
- Version:
- 5.0
- Author:
- Lior Ben Yizhak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversionException(String message) ConversionException(String message, Throwable cause) ConversionException(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
-
ConversionException
public ConversionException() -
ConversionException
-
ConversionException
-
ConversionException
-