Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jdo.api.persistence.mapping.ejb.ConversionException
- All Implemented Interfaces:
Serializable
- Version:
- %I%
- Author:
- Jie Leng
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newConversionExceptionwithout detail message.Constructs anConversionExceptionwith the specified detail message. -
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()Creates newConversionExceptionwithout detail message. -
ConversionException
Constructs anConversionExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-