Class UmaWebException

  • All Implemented Interfaces:
    java.io.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​(java.lang.String redirectUri, io.jans.as.model.error.ErrorResponseFactory factory, io.jans.as.model.uma.UmaErrorResponseType error, java.lang.String state)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.URI createErrorUri​(java.lang.String redirectUri, io.jans.as.model.error.ErrorResponseFactory factory, io.jans.as.model.uma.UmaErrorResponseType errorType, java.lang.String state)  
      static jakarta.ws.rs.core.Response createRedirectErrorResponse​(java.lang.String redirectUri, io.jans.as.model.error.ErrorResponseFactory factory, io.jans.as.model.uma.UmaErrorResponseType errorType, java.lang.String state)  
      • Methods inherited from class jakarta.ws.rs.WebApplicationException

        getResponse
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UmaWebException

        public UmaWebException​(java.lang.String redirectUri,
                               io.jans.as.model.error.ErrorResponseFactory factory,
                               io.jans.as.model.uma.UmaErrorResponseType error,
                               java.lang.String state)
    • Method Detail

      • createRedirectErrorResponse

        public static jakarta.ws.rs.core.Response createRedirectErrorResponse​(java.lang.String redirectUri,
                                                                              io.jans.as.model.error.ErrorResponseFactory factory,
                                                                              io.jans.as.model.uma.UmaErrorResponseType errorType,
                                                                              java.lang.String state)
      • createErrorUri

        public static java.net.URI createErrorUri​(java.lang.String redirectUri,
                                                  io.jans.as.model.error.ErrorResponseFactory factory,
                                                  io.jans.as.model.uma.UmaErrorResponseType errorType,
                                                  java.lang.String state)