public class LookupFailedException
extends java.lang.RuntimeException
Constructor and Description |
---|
LookupFailedException() |
LookupFailedException(Name name,
int type)
Construct a LookupFailedException that also specifies the name and type of the lookup that
failed.
|
LookupFailedException(java.lang.String message) |
LookupFailedException(java.lang.String message,
java.lang.Throwable inner) |
Modifier and Type | Method and Description |
---|---|
Name |
getName()
Gets the Name being looked up when this failure occurred.
|
int |
getType()
Gets the
Type being looked up when this failure occurred. |
private final Name name
private final int type
public LookupFailedException()
public LookupFailedException(java.lang.String message)
LookupFailedException(java.lang.String message, java.lang.Throwable inner)
public LookupFailedException(Name name, int type)
name
- the name that caused the failure.type
- the type that caused the failure.