Class ChannelAccessTokenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChannelAccessTokenException
    extends java.lang.RuntimeException
    A general Exception for LINE channel access token API.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getError()
      An error summary.
      java.lang.String getErrorDescription()
      Details of the error.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChannelAccessTokenException

        public ChannelAccessTokenException​(java.lang.String error,
                                           java.lang.String errorDescription)
      • ChannelAccessTokenException

        public ChannelAccessTokenException​(java.lang.String error,
                                           java.lang.String errorDescription,
                                           java.lang.Throwable thrown)
      • ChannelAccessTokenException

        public ChannelAccessTokenException​(java.lang.String message)
      • ChannelAccessTokenException

        public ChannelAccessTokenException​(java.lang.String message,
                                           java.lang.Throwable t)
    • Method Detail

      • getError

        public java.lang.String getError()
        An error summary.
      • getErrorDescription

        public java.lang.String getErrorDescription()
        Details of the error. Not returned in certain situations.
      • toString

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