Class ZmsClientException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ZmsClientException​(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

      • ZmsClientException

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

      • getErrorCode

        public int getErrorCode()
      • getDescription

        public java.lang.String getDescription()