Class NameRegistrar.NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpos.util.NameRegistrar.NotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
NameRegistrar

public static class NameRegistrar.NotFoundException extends Exception
Thrown when a requested name is not found in the registrar.
See Also:
  • Constructor Details

    • NotFoundException

      Default constructor.
    • NotFoundException

      public NotFoundException(String detail)
      Constructs a NotFoundException with the given detail message.
      Parameters:
      detail - the missing key or detail message