public class JDOMetaDataUserException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
Throwable |
nested
An optional nested exception.
|
Constructor and Description |
---|
JDOMetaDataUserException()
Constructs an
JDOMetaDataUserException with no detail
message. |
JDOMetaDataUserException(String msg)
Constructs an
JDOMetaDataUserException with the specified
detail message. |
JDOMetaDataUserException(String msg,
Throwable nested)
Constructs an
JDOMetaDataUserException with the specified
detail message and an optional nested exception. |
JDOMetaDataUserException(Throwable nested)
Constructs an
JDOMetaDataUserException with an optional
nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final Throwable nested
public JDOMetaDataUserException()
JDOMetaDataUserException
with no detail
message.public JDOMetaDataUserException(String msg)
JDOMetaDataUserException
with the specified
detail message.public JDOMetaDataUserException(Throwable nested)
JDOMetaDataUserException
with an optional
nested exception.Copyright © 2019. All rights reserved.