Class MapAuthException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MapAuthException
    extends java.lang.Exception
    지도 인증 시에 발생하는 에러 클래스.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MapAuthException​(int errorCode, java.lang.String message)  
      MapAuthException​(int errorCode, java.lang.Throwable cause)  
      MapAuthException​(java.lang.String message)  
      MapAuthException​(java.lang.String message, java.lang.Throwable cause)  
      MapAuthException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
      MapAuthException​(java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • UNKNOWN_ERROR

        public static final int UNKNOWN_ERROR
        인증과정에서 원인을 알 수 없는 에러
        See Also:
        Constant Field Values
      • CONNECT_INITIATE_FAILURE

        public static final int CONNECT_INITIATE_FAILURE
        HttpsURLConnection 의 openConnection() 중에 일어나는 에러
        See Also:
        Constant Field Values
      • SOCKET_TIMEOUT_EXCEPTION

        public static final int SOCKET_TIMEOUT_EXCEPTION
        인증과정 중에 SocketTimeoutException
        See Also:
        Constant Field Values
      • CONNECT_TIMEOUT_EXCEPTION

        public static final int CONNECT_TIMEOUT_EXCEPTION
        인증과정 중에 ConnectTimeoutException
        See Also:
        Constant Field Values
      • INITIALIZE_FAILURE

        public static final int INITIALIZE_FAILURE
        아직, 인증 통신을 시작하기 전에 일어나는 에러. 보통 ApiKey 또는 Hash 값이 유효하지 않을 때
        See Also:
        Constant Field Values
      • RENDER_VIEW_FAILURE

        public static final int RENDER_VIEW_FAILURE
        RenderView Failure 콜백이 떨어졌을 때
        See Also:
        Constant Field Values
      • APP_KEY_INVALID_ERROR

        public static final int APP_KEY_INVALID_ERROR
        AppKey Invalid Error
        See Also:
        Constant Field Values
      • CONNECT_ERROR

        public static final int CONNECT_ERROR
        인증 통신 준비 단계에서 나는 에러
        See Also:
        Constant Field Values
      • errorCode

        public int errorCode
    • Constructor Detail

      • MapAuthException

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

        public MapAuthException​(int errorCode,
                                java.lang.String message)
      • MapAuthException

        public MapAuthException​(java.lang.String message,
                                java.lang.Throwable cause)
      • MapAuthException

        public MapAuthException​(java.lang.Throwable cause)
      • MapAuthException

        public MapAuthException​(int errorCode,
                                java.lang.Throwable cause)
      • MapAuthException

        public MapAuthException​(java.lang.String message,
                                java.lang.Throwable cause,
                                boolean enableSuppression,
                                boolean writableStackTrace)
    • Method Detail

      • getErrorCode

        public int getErrorCode()