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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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)