Class JDOFatalInternalException

All Implemented Interfaces:
Serializable

public class JDOFatalInternalException extends JDOFatalException
Version:
0.1
Author:
Craig Russell
See Also:
  • Constructor Details

    • JDOFatalInternalException

      public JDOFatalInternalException()
      Creates a new JDOFatalInternalException without detail message.
    • JDOFatalInternalException

      public JDOFatalInternalException(String msg)
      Constructs a new JDOFatalInternalException with the specified detail message.
      Parameters:
      msg - the detail message.
    • JDOFatalInternalException

      public JDOFatalInternalException(String msg, Exception nested)
      Constructs a new JDOFatalInternalException with the specified detail message and nested Exception.
      Parameters:
      msg - the detail message.
      nested - the nested Exception.