Class ZtsClientException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ZtsClientException
    extends java.lang.RuntimeException
    An exception that can be thrown by ZtsClient implementations.
    Author:
    bjorncs
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ZtsClientException​(int errorCode, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      int getErrorCode()  
      • 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

      • ZtsClientException

        public ZtsClientException​(int errorCode,
                                  java.lang.String description)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
      • getDescription

        public java.lang.String getDescription()