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