Class ResponseStatusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.klipwallet.app2app.network.exception.ResponseStatusException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
KlipResponseException
public abstract class ResponseStatusException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseStatusException(java.lang.String errorMsg)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
getErrorCode()
abstract java.lang.String
getErrorMsg()
abstract int
getHttpStatusCode()
-