Class AgentException

  • All Implemented Interfaces:
    Serializable

    public class AgentException
    extends RuntimeException
    an exception thrown by an Agent, it usually represents a loading or AJAX error
    Author:
    Dennis
    See Also:
    Serialized Form
    • Constructor Detail

      • AgentException

        public AgentException()
      • AgentException

        public AgentException​(String message,
                              Throwable cause)
      • AgentException

        public AgentException​(String message)
      • AgentException

        public AgentException​(Throwable cause)