org.apache.geronimo.common
Class DataConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.geronimo.common.DataConversionException
All Implemented Interfaces:
Serializable

public class DataConversionException
extends RuntimeException

An exception throw to indicate a problem with some type of data conversion.

Version:
$Revision: 1.4 $ $Date: 2004/03/10 09:58:25 $
See Also:
Serialized Form

Constructor Summary
DataConversionException()
          Construct a DataConversionException with no specified detail message.
DataConversionException(String msg)
          Construct a DataConversionException with a specified detail message.
DataConversionException(String msg, Throwable detail)
          Construct a DataConversionException with a specified detail Throwable and message.
DataConversionException(Throwable detail)
          Construct a DataConversionException with a specified detail Throwable.
 
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

DataConversionException

public DataConversionException(String msg)
Construct a DataConversionException with a specified detail message.

Parameters:
msg - Detail message

DataConversionException

public DataConversionException(String msg,
                               Throwable detail)
Construct a DataConversionException with a specified detail Throwable and message.

Parameters:
msg - Detail message
detail - Detail Throwable

DataConversionException

public DataConversionException(Throwable detail)
Construct a DataConversionException with a specified detail Throwable.

Parameters:
detail - Detail Throwable

DataConversionException

public DataConversionException()
Construct a DataConversionException with no specified detail message.



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.