Class AgentNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AgentNotFoundException
    extends ReplicationException
    This exception is thrown when a specified agent is not found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AgentNotFoundException​(java.lang.Exception e)
      Creates a AgentNotFoundException given a root exception
      AgentNotFoundException​(java.lang.String s)
      Creates a AgentNotFoundException given a message describing the failure cause
      AgentNotFoundException​(java.lang.String s, java.lang.Exception e)
      Creates a AgentNotFoundException given a message describing the failure cause and a root exception
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AgentNotFoundException

        public AgentNotFoundException​(java.lang.String s)
        Creates a AgentNotFoundException given a message describing the failure cause
        Parameters:
        s - description
      • AgentNotFoundException

        public AgentNotFoundException​(java.lang.String s,
                                      java.lang.Exception e)
        Creates a AgentNotFoundException given a message describing the failure cause and a root exception
        Parameters:
        s - description
        e - root failure cause
      • AgentNotFoundException

        public AgentNotFoundException​(java.lang.Exception e)
        Creates a AgentNotFoundException given a root exception
        Parameters:
        e - root failure cause