FileDocCategorySizeDatePackage
ModelException.javaAPI DocGlassfish v2 API2453Fri May 04 22:34:42 BST 2007com.sun.jdo.api.persistence.model

ModelException

public class ModelException extends Exception
author
raccah
version
%I%

Fields Summary
Constructors Summary
public ModelException()
Creates new ModelException without detail message.

	
public ModelException(String msg)
Constructs an ModelException with the specified detail message.

param
msg the detail message.

		super(msg);
	
Methods Summary