Class ApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.digitalcollections.iiif.bookshelf.frontend.controller.ApiException
-
- All Implemented Interfaces:
java.io.Serializable
public class ApiException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiException(java.lang.String message)ApiException(java.lang.String message, org.springframework.http.HttpStatus statusCode)
-