Class ApiException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ApiException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Detail

      • ApiException

        public ApiException​(ApiException.Type type,
                            java.lang.Throwable cause)
      • ApiException

        public ApiException​(ApiException.Type type,
                            java.lang.String detail)
      • ApiException

        public ApiException​(ApiException.Type type,
                            java.lang.String detail,
                            java.lang.Throwable cause)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • toString

        public java.lang.String toString​(boolean incDetails)
      • toString

        public java.lang.String toString​(API.Format format,
                                         boolean incDetails)