Package com.pspdfkit.utils
Class Response.Error
-
- All Implemented Interfaces:
public final class Response.Error extends Response<Nothing>
-
-
Constructor Summary
Constructors Constructor Description Response.Error(Throwable exception)
-
Method Summary
Modifier and Type Method Description final Throwable
getException()
-
-
Constructor Detail
-
Response.Error
Response.Error(Throwable exception)
-
-
Method Detail
-
getException
final Throwable getException()
-
-
-
-