Class ZmsClientException

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

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

    • ZmsClientException

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

    • getErrorCode

      public int getErrorCode()
    • getDescription

      public String getDescription()