public class MappingException extends RuntimeException
RuntimeException thrown when an unrecoverable issue occurs when mapping between objects and graphs.| Constructor and Description |
|---|
MappingException(String message)
Constructs a new
MappingException with the given message. |
MappingException(String reasonMessage,
Exception cause)
Constructs a new
MappingException with the given reason message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MappingException(String reasonMessage, Exception cause)
MappingException with the given reason message and cause.reasonMessage - A message explaining the reason for this exceptioncause - The underlying Exception that was the root cause of the problempublic MappingException(String message)
MappingException with the given message.message - A message describing the reason for this exceptionCopyright © 2017 Neo Technology, Inc.. All rights reserved.