Class JDOMetaDataUserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException
All Implemented Interfaces:
Serializable

public class JDOMetaDataUserException extends RuntimeException
Thrown to indicate that an access to JDO meta-data failed; the meta-data component is assured to remain in consistent state.
See Also:
  • Field Details

    • nested

      public final Throwable nested
      An optional nested exception.
  • Constructor Details

    • JDOMetaDataUserException

      public JDOMetaDataUserException()
      Constructs an JDOMetaDataUserException with no detail message.
    • JDOMetaDataUserException

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

      public JDOMetaDataUserException(Throwable nested)
      Constructs an JDOMetaDataUserException with an optional nested exception.
    • JDOMetaDataUserException

      public JDOMetaDataUserException(String msg, Throwable nested)
      Constructs an JDOMetaDataUserException with the specified detail message and an optional nested exception.