Package exceptions.publix
Class ForbiddenPublixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.publix.PublixException
-
- exceptions.publix.ForbiddenPublixException
-
- All Implemented Interfaces:
java.io.Serializable
public class ForbiddenPublixException extends PublixException
It causes the request to return with an HTTP status 403 (Forbidden).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForbiddenPublixException(java.lang.String message)
-
Method Summary
-
Methods inherited from class exceptions.publix.PublixException
getHttpStatus
-
-