Class UnprocessableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.dnetlib.dnetrolemanagement.exception.UnprocessableException
-
- All Implemented Interfaces:
Serializable
@ResponseStatus(UNPROCESSABLE_ENTITY) public class UnprocessableException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnprocessableException(String message)UnprocessableException(String message, Throwable err)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.HttpStatusgetStatus()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-