Class ModelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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:
  • Constructor Details

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