MappingNotFoundException
instead.@Deprecated public class MappingNotFoundException extends MappingException
Constructor and Description |
---|
MappingNotFoundException(String type,
String path)
Deprecated.
Constructs a MappingNotFoundException using the given information, using a standard message.
|
MappingNotFoundException(String customMessage,
String type,
String path)
Deprecated.
Constructs a MappingNotFoundException using the given information.
|
MappingNotFoundException(String customMessage,
String type,
String path,
Throwable cause)
Deprecated.
Constructs a MappingNotFoundException using the given information.
|
MappingNotFoundException(String type,
String path,
Throwable cause)
Deprecated.
Constructs a MappingNotFoundException using the given information, using a standard message.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Deprecated.
|
String |
getType()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MappingNotFoundException(String customMessage, String type, String path, Throwable cause)
customMessage
- A message explaining the exception conditiontype
- The type of mapping that could not be foundpath
- The path (type specific) of the mapping that could not be foundcause
- The underlying causepublic MappingNotFoundException(String customMessage, String type, String path)
customMessage
- A message explaining the exception conditiontype
- The type of mapping that could not be foundpath
- The path (type specific) of the mapping that could not be foundpublic MappingNotFoundException(String type, String path)
type
- The type of mapping that could not be foundpath
- The path (type specific) of the mapping that could not be foundpublic MappingNotFoundException(String type, String path, Throwable cause)
type
- The type of mapping that could not be foundpath
- The path (type specific) of the mapping that could not be foundcause
- The underlying causeCopyright © 2019 JBoss by Red Hat. All rights reserved.