org.apache.axis2.databinding.utils
Class ConverterUtil.ObjectConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.axis2.databinding.utils.ConverterUtil.ObjectConversionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConverterUtil

public static class ConverterUtil.ObjectConversionException
extends java.lang.RuntimeException

A simple exception that is thrown when the conversion fails

See Also:
Serialized Form

Constructor Summary
ConverterUtil.ObjectConversionException()
           
ConverterUtil.ObjectConversionException(java.lang.String message)
           
ConverterUtil.ObjectConversionException(java.lang.String message, java.lang.Throwable cause)
           
ConverterUtil.ObjectConversionException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ConverterUtil.ObjectConversionException

public ConverterUtil.ObjectConversionException()

ConverterUtil.ObjectConversionException

public ConverterUtil.ObjectConversionException(java.lang.String message)

ConverterUtil.ObjectConversionException

public ConverterUtil.ObjectConversionException(java.lang.Throwable cause)

ConverterUtil.ObjectConversionException

public ConverterUtil.ObjectConversionException(java.lang.String message,
                                               java.lang.Throwable cause)


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.