public class ParentPathMismatchException extends Exception
| Constructor and Description |
|---|
ParentPathMismatchException(String expectedParentPath,
String mismatchingPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpectedParentPath() |
String |
getMessage() |
String |
getMismatchingPath() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class Throwablepublic String getExpectedParentPath()
public String getMismatchingPath()
Copyright © 2006–2016 Hibernate. All rights reserved.