Package i5.las2peer.api.security
Class AgentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.security.AgentException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AgentAccessDeniedException,AgentAlreadyExistsException,AgentAlreadyRegisteredException,AgentLockedException,AgentNotFoundException,AgentNotRegisteredException,AgentOperationFailedException
public class AgentException
extends java.lang.Exception
Exceptions related to agents.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AgentException(java.lang.String message)AgentException(java.lang.String message, java.lang.Throwable cause)AgentException(java.lang.Throwable cause) -
Method Summary
-
Constructor Details
-
AgentException
public AgentException(java.lang.String message) -
AgentException
public AgentException(java.lang.Throwable cause) -
AgentException
public AgentException(java.lang.String message, java.lang.Throwable cause)
-