com.sun.jdo.api.persistence.model
Class ModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.jdo.api.persistence.model.ModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelValidationException, ModelVetoException

public class ModelException
extends Exception

Version:
%I%
Author:
raccah
See Also:
Serialized Form

Constructor Summary
ModelException()
          Creates new ModelException without detail message.
ModelException(String msg)
          Constructs an ModelException with the specified detail message.
 
Method Summary
 
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

ModelException

public ModelException()
Creates new ModelException without detail message.


ModelException

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

Parameters:
msg - the detail message.


Copyright © 2012 GlassFish Community. All Rights Reserved.