Class UmaWebException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.ws.rs.WebApplicationException
-
- io.jans.as.server.uma.authorization.UmaWebException
-
- All Implemented Interfaces:
Serializable
public class UmaWebException extends jakarta.ws.rs.WebApplicationException
- Author:
- yuriyz on 06/06/2017.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UmaWebException(String redirectUri, io.jans.as.model.error.ErrorResponseFactory factory, io.jans.as.model.uma.UmaErrorResponseType error, String state)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URI
createErrorUri(String redirectUri, io.jans.as.model.error.ErrorResponseFactory factory, io.jans.as.model.uma.UmaErrorResponseType errorType, String state)
static jakarta.ws.rs.core.Response
createRedirectErrorResponse(String redirectUri, io.jans.as.model.error.ErrorResponseFactory factory, io.jans.as.model.uma.UmaErrorResponseType errorType, String state)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-