Class InternalServerError
java.lang.Object
uk.co.idv.common.adapter.json.error.DefaultApiError
uk.co.idv.common.adapter.json.error.internalserver.InternalServerError
- All Implemented Interfaces:
ApiError
public class InternalServerError extends DefaultApiError
-
Constructor Summary
Constructors Constructor Description InternalServerError()InternalServerError(java.lang.String message) -
Method Summary
Methods inherited from class uk.co.idv.common.adapter.json.error.DefaultApiError
getMessage, getMeta, getStatus, getTitle
-
Constructor Details
-
InternalServerError
public InternalServerError() -
InternalServerError
public InternalServerError(java.lang.String message)
-