Serialized Form
-
Package com.chargehound.errors
-
Class com.chargehound.errors.ChargehoundException extends java.lang.Exception implements Serializable
-
Class com.chargehound.errors.ChargehoundException.HttpException extends ChargehoundException implements Serializable
-
Serialized Fields
-
reason
java.lang.String reason
-
status
java.lang.Integer status
-
type
java.lang.String type
-
-
-
Class com.chargehound.errors.ChargehoundException.HttpException.BadRequest extends ChargehoundException.HttpException implements Serializable
-
Class com.chargehound.errors.ChargehoundException.HttpException.Forbidden extends ChargehoundException.HttpException implements Serializable
-
Class com.chargehound.errors.ChargehoundException.HttpException.InternalServerError extends ChargehoundException.HttpException implements Serializable
-
Class com.chargehound.errors.ChargehoundException.HttpException.NotFound extends ChargehoundException.HttpException implements Serializable
-
Class com.chargehound.errors.ChargehoundException.HttpException.Unauthorized extends ChargehoundException.HttpException implements Serializable
-