Class ConverterUtil.ObjectConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.axis2.databinding.utils.ConverterUtil.ObjectConversionException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConverterUtil
public static class ConverterUtil.ObjectConversionException extends RuntimeException
A simple exception that is thrown when the conversion fails- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectConversionException()
ObjectConversionException(String message)
ObjectConversionException(String message, Throwable cause)
ObjectConversionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-