com.sun.jdo.api.persistence.mapping.ejb
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jdo.api.persistence.mapping.ejb.ConversionException
- All Implemented Interfaces:
- Serializable
public class ConversionException
- extends Exception
- Version:
- %I%
- Author:
- Jie Leng
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversionException
public ConversionException()
- Creates new
ConversionException without detail message.
ConversionException
public ConversionException(String msg)
- Constructs an
ConversionException with the
specified detail message.
- Parameters:
msg - the detail message.
Copyright © 2012 GlassFish Community. All Rights Reserved.