Class AgentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.security.AgentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AgentAccessDeniedException, AgentAlreadyExistsException, AgentAlreadyRegisteredException, AgentLockedException, AgentNotFoundException, AgentNotFoundInRegistryException, AgentNotRegisteredException, AgentOperationFailedException

public class AgentException extends Exception
Exceptions related to agents.
See Also:
  • Constructor Details

    • AgentException

      public AgentException(String message)
    • AgentException

      public AgentException(Throwable cause)
    • AgentException

      public AgentException(String message, Throwable cause)