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