public class MappingException extends MyJpaException
| 构造器和说明 |
|---|
MappingException(String message)
Constructs a MappingException using the given information.
|
MappingException(String message,
Throwable cause)
Constructs a MappingException using the given information.
|
MappingException(Throwable cause)
Constructs a MappingException using the given information.
|
public MappingException(String message, Throwable cause)
message - A message explaining the exception conditioncause - The underlying causepublic MappingException(Throwable cause)
cause - The underlying causepublic MappingException(String message)
message - A message explaining the exception conditionCopyright © 2019. All rights reserved.