Class AgentNotFoundInRegistryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.security.AgentException
i5.las2peer.api.security.AgentNotFoundInRegistryException
All Implemented Interfaces:
Serializable

public class AgentNotFoundInRegistryException extends AgentException
Thrown if an agent cannot be found.
See Also:
  • Constructor Details

    • AgentNotFoundInRegistryException

      public AgentNotFoundInRegistryException(String message)
    • AgentNotFoundInRegistryException

      public AgentNotFoundInRegistryException(Throwable cause)
    • AgentNotFoundInRegistryException

      public AgentNotFoundInRegistryException(String message, Throwable cause)