Class ClientApiException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClientApiException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Method Summary

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

      • ClientApiException

        public ClientApiException​(java.lang.Exception e)
      • ClientApiException

        public ClientApiException​(java.lang.String s)
      • ClientApiException

        public ClientApiException​(java.lang.String message,
                                  java.lang.Exception cause)
      • ClientApiException

        public ClientApiException​(java.lang.String message,
                                  java.lang.String code,
                                  java.lang.String detail)
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • getDetail

        public java.lang.String getDetail()