クラス GeneralLineMessagingException

  • すべての実装されたインタフェース:
    java.io.Serializable

    public class GeneralLineMessagingException
    extends LineMessagingException
    General exceptions both in api server and SDK internal exceptions.
    関連項目:
    直列化された形式
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      GeneralLineMessagingException​(java.lang.String message, com.linecorp.bot.model.error.ErrorResponse errorResponse, java.lang.Throwable cause)  
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • コンストラクタの詳細

      • GeneralLineMessagingException

        public GeneralLineMessagingException​(java.lang.String message,
                                             com.linecorp.bot.model.error.ErrorResponse errorResponse,
                                             java.lang.Throwable cause)