Package com.chargehound.errors
Class ChargehoundException.HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.chargehound.errors.ChargehoundException
com.chargehound.errors.ChargehoundException.HttpException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ChargehoundException.HttpException.BadRequest,ChargehoundException.HttpException.Forbidden,ChargehoundException.HttpException.InternalServerError,ChargehoundException.HttpException.NotFound,ChargehoundException.HttpException.Unauthorized
- Enclosing class:
- ChargehoundException
public static class ChargehoundException.HttpException extends ChargehoundException
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChargehoundException.HttpException.BadRequeststatic classChargehoundException.HttpException.Forbiddenstatic classChargehoundException.HttpException.InternalServerErrorstatic classChargehoundException.HttpException.NotFoundstatic classChargehoundException.HttpException.UnauthorizedNested classes/interfaces inherited from class com.chargehound.errors.ChargehoundException
ChargehoundException.HttpException -
Method Summary
Modifier and Type Method Description java.lang.StringgetReason()java.lang.IntegergetStatusCode()java.lang.StringgetType()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
getStatusCode
public java.lang.Integer getStatusCode() -
getReason
public java.lang.String getReason() -
getType
public java.lang.String getType()
-