public class MappingNotFoundException extends MappingException
Constructor and Description |
---|
MappingNotFoundException(String type,
String path) |
MappingNotFoundException(String customMessage,
String type,
String path) |
MappingNotFoundException(String customMessage,
String type,
String path,
Throwable cause) |
MappingNotFoundException(String type,
String path,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
String |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018 JBoss by Red Hat. All rights reserved.