-
- All Implemented Interfaces:
-
java.io.Serializable
public final class PLYError.Network extends PLYError
-
-
Constructor Summary
Constructors Constructor Description PLYError.Network(Integer statusCode, String message, Throwable throwable)
-
Method Summary
Modifier and Type Method Description final IntegergetStatusCode()StringgetMessage()UnitsetMessage(String message)final ThrowablegetThrowable()ThrowablegetCause()-
Methods inherited from class io.purchasely.models.PLYError.Network
toMap -
Methods inherited from class java.lang.Exception
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
-
-
Method Detail
-
getStatusCode
final Integer getStatusCode()
-
getMessage
String getMessage()
-
setMessage
Unit setMessage(String message)
-
getThrowable
final Throwable getThrowable()
-
-
-
-