MappingNotFoundException
instead.@Deprecated public class MappingNotFoundException extends MappingException
Constructor and Description |
---|
MappingNotFoundException(java.lang.String type,
java.lang.String path)
Deprecated.
Constructs a MappingNotFoundException using the given information, using a standard message.
|
MappingNotFoundException(java.lang.String customMessage,
java.lang.String type,
java.lang.String path)
Deprecated.
Constructs a MappingNotFoundException using the given information.
|
MappingNotFoundException(java.lang.String customMessage,
java.lang.String type,
java.lang.String path,
java.lang.Throwable cause)
Deprecated.
Constructs a MappingNotFoundException using the given information.
|
MappingNotFoundException(java.lang.String type,
java.lang.String path,
java.lang.Throwable cause)
Deprecated.
Constructs a MappingNotFoundException using the given information, using a standard message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
Deprecated.
|
java.lang.String |
getType()
Deprecated.
|
public MappingNotFoundException(java.lang.String customMessage, java.lang.String type, java.lang.String path, java.lang.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(java.lang.String customMessage, java.lang.String type, java.lang.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(java.lang.String type, java.lang.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(java.lang.String type, java.lang.String path, java.lang.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 © 2001-2018 Red Hat, Inc. All Rights Reserved.