-
- All Implemented Interfaces:
-
java.io.Serializable
public final class NetworkException.ResponseNullPointerException extends Throwable
HTTP 결과 값을 파싱하는 과정에서 Response가 null일 경우 발생하는 예외
-
-
Constructor Summary
Constructors Constructor Description NetworkException.ResponseNullPointerException(Throwable cause, String message)
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()-
Methods inherited from class io.lemoncloud.core.architecture.error.NetworkException.ResponseNullPointerException
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-