public class MappingException extends RuntimeException
Constructor and Description |
---|
MappingException()
Creates a new instance of
MappingException without detail message. |
MappingException(String message)
Constructs an instance of
MappingException with the specified detail message. |
MappingException(String message,
Throwable throwable)
Constructs an instance of
MappingException with the specified detail message and
inner exception. |
MappingException(Throwable throwable)
Constructs an instance of
MappingException with the specified inner exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MappingException()
MappingException
without detail message.public MappingException(String message)
MappingException
with the specified detail message.message
- The detail message.public MappingException(Throwable throwable)
MappingException
with the specified inner exception.throwable
- The inner exception.Copyright © 2014. All rights reserved.