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:
-
Constructor Summary
ConstructorsConstructorDescriptionUmaWebException(String redirectUri, io.jans.as.model.error.ErrorResponseFactory factory, io.jans.as.model.uma.UmaErrorResponseType error, String state) -
Method Summary
Modifier and TypeMethodDescriptionstatic URIcreateErrorUri(String redirectUri, io.jans.as.model.error.ErrorResponseFactory factory, io.jans.as.model.uma.UmaErrorResponseType errorType, String state) static jakarta.ws.rs.core.ResponsecreateRedirectErrorResponse(String redirectUri, io.jans.as.model.error.ErrorResponseFactory factory, io.jans.as.model.uma.UmaErrorResponseType errorType, String state) Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UmaWebException
-
-
Method Details
-
createRedirectErrorResponse
-
createErrorUri
-