public class JDOEnhanceException extends JDOException
| Constructor and Description |
|---|
JDOEnhanceException()
Constructs a new
JDOEnhanceException without a
detail message. |
JDOEnhanceException(String msg)
Constructs a new
JDOEnhanceException with the
specified detail message. |
JDOEnhanceException(String msg,
Throwable nested)
Constructs a new
JDOEnhanceException with the
specified detail message and nested Throwables. |
JDOEnhanceException(String msg,
Throwable[] nested)
Constructs a new
JDOEnhanceException with the
specified detail message and nested Throwables. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTracepublic JDOEnhanceException()
JDOEnhanceException without a
detail message.public JDOEnhanceException(String msg)
JDOEnhanceException with the
specified detail message.msg - the detail message.public JDOEnhanceException(String msg, Throwable[] nested)
JDOEnhanceException with the
specified detail message and nested Throwables.msg - the detail message.nested - the nested Throwable[].Copyright © 2005–2015 Apache Software Foundation. All rights reserved.