Class ZtsClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.vespa.athenz.client.zts.ZtsClientException
All Implemented Interfaces:
Serializable

public class ZtsClientException extends RuntimeException
An exception that can be thrown by ZtsClient implementations.
Author:
bjorncs
See Also:
  • Constructor Details

    • ZtsClientException

      public ZtsClientException(int errorCode, String description)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • getDescription

      public String getDescription()