public class TypeMappingException extends RuntimeException
| Constructor and Description |
|---|
TypeMappingException(String message)
Constructs a new
TypeMappingException with the specified detail message. |
TypeMappingException(String message,
Throwable cause)
Constructs a new
TypeMappingException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeMappingException(String message)
TypeMappingException with the specified detail message.message - the detail message.Copyright © 2014. All rights reserved.