|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geronimo.common.DataConversionException
An exception throw to indicate a problem with some type of data conversion.
| 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 |
public DataConversionException(String msg)
msg - Detail message
public DataConversionException(String msg,
Throwable detail)
msg - Detail messagedetail - Detail Throwablepublic DataConversionException(Throwable detail)
detail - Detail Throwablepublic DataConversionException()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||