Class ClientApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.zaproxy.clientapi.core.ClientApiException
All Implemented Interfaces:
Serializable

public class ClientApiException extends Exception
See Also:
  • Constructor Details

    • ClientApiException

      public ClientApiException(Exception e)
    • ClientApiException

      public ClientApiException(String s)
    • ClientApiException

      public ClientApiException(String message, Exception cause)
    • ClientApiException

      public ClientApiException(String message, String code, String detail)
  • Method Details

    • getCode

      public String getCode()
    • getDetail

      public String getDetail()