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:
  • Constructor Details

    • 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.