Class AgentLoadException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      AgentLoadException()
      Constructs an AgentLoadException with no detail message.
      AgentLoadException​(java.lang.String s)
      Constructs an AgentLoadException with the specified detail message.
    • 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 Detail

      • AgentLoadException

        public AgentLoadException()
        Constructs an AgentLoadException with no detail message.
      • AgentLoadException

        public AgentLoadException​(java.lang.String s)
        Constructs an AgentLoadException with the specified detail message.