Class ApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pro.nikolaev.restutils.exceptions.ApiException
All Implemented Interfaces:
Serializable

public class ApiException extends RuntimeException
RuntimeException intended to use to expose an HTTP status and reason to @ExceptionHandler.
Since:
1.0
Author:
Ilya Nikolaev
See Also: