Package exceptions.publix
Class PublixException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.publix.PublixException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadRequestPublixException,ForbiddenPublixException,InternalServerErrorPublixException,NotFoundPublixException
public abstract class PublixException extends java.lang.ExceptionCauses a request to return with a HTTP return type that is defined in the child classes of this abstract class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PublixException(java.lang.String message)PublixException(java.lang.String message, int httpStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHttpStatus()
-