Class NameRegistrar.NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpos.util.NameRegistrar.NotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
NameRegistrar
Thrown when a requested name is not found in the registrar.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.NotFoundException(String detail) Constructs a NotFoundException with the given detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
public NotFoundException()Default constructor. -
NotFoundException
Constructs a NotFoundException with the given detail message.- Parameters:
detail- the missing key or detail message
-