Class JDOUnsupportedOptionException

All Implemented Interfaces:
Serializable

public class JDOUnsupportedOptionException extends JDOUserException
Version:
0.1
Author:
Craig Russell
See Also:
  • Constructor Details

    • JDOUnsupportedOptionException

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

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

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