Package javax.jdo

Class JDOEnhanceException

All Implemented Interfaces:
Serializable

public class JDOEnhanceException extends JDOException
Exception thrown when an error occurs during enhancement.
Since:
3.0
See Also:
  • Field Details

  • Constructor Details

    • JDOEnhanceException

      public JDOEnhanceException()
      Constructs a new JDOEnhanceException without a detail message.
    • JDOEnhanceException

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

      public JDOEnhanceException(String msg, Throwable[] nested)
      Constructs a new JDOEnhanceException with the specified detail message and nested Throwables.
      Parameters:
      msg - the detail message.
      nested - the nested Throwable[].
    • JDOEnhanceException

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