public class MappingException extends DNotesException
| Constructor and Description |
|---|
MappingException(String message)
Construct a new
MappingException instance. |
MappingException(String message,
Throwable throwable)
Construct a new
MappingException instance. |
MappingException(Throwable throwable)
Construct a new
MappingException instance. |
getCause, getMessage, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic MappingException(String message)
MappingException instance.message - The detail message for this exception.public MappingException(Throwable throwable)
MappingException instance.throwable - the root cause of the exceptionCopyright © 2005–2020. All rights reserved.