javax.jdo
Class JDOEnhanceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOEnhanceException
All Implemented Interfaces:
java.io.Serializable

public class JDOEnhanceException
extends JDOException

Exception thrown when an error occurs during enhancement.

Since:
3.0
See Also:
Serialized Form

Constructor Summary
JDOEnhanceException()
          Constructs a new JDOEnhanceException without a detail message.
JDOEnhanceException(java.lang.String msg)
          Constructs a new JDOEnhanceException with the specified detail message.
JDOEnhanceException(java.lang.String msg, java.lang.Throwable nested)
          Constructs a new JDOEnhanceException with the specified detail message and nested Throwables.
JDOEnhanceException(java.lang.String msg, java.lang.Throwable[] nested)
          Constructs a new JDOEnhanceException with the specified detail message and nested Throwables.
 
Method Summary
 
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDOEnhanceException

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


JDOEnhanceException

public JDOEnhanceException(java.lang.String msg)
Constructs a new JDOEnhanceException with the specified detail message.

Parameters:
msg - the detail message.

JDOEnhanceException

public JDOEnhanceException(java.lang.String msg,
                           java.lang.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(java.lang.String msg,
                           java.lang.Throwable nested)
Constructs a new JDOEnhanceException with the specified detail message and nested Throwables.

Parameters:
msg - the detail message.
nested - the nested Throwable.


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.