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.Unauthorized-
Nested classes/interfaces inherited from class com.chargehound.errors.ChargehoundException
ChargehoundException.HttpException
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReason()java.lang.IntegergetStatusCode()java.lang.StringgetType()
-