com.atlassian.plugins.rest.common.security
Class CorsPreflightCheckCompleteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ws.rs.WebApplicationException
                  extended by com.atlassian.plugins.rest.common.security.CorsPreflightCheckCompleteException
All Implemented Interfaces:
java.io.Serializable

public class CorsPreflightCheckCompleteException
extends javax.ws.rs.WebApplicationException

Thrown when a Cors preflight check has completed and is ready to be returned to the browser

Since:
2.6
See Also:
Serialized Form

Constructor Summary
CorsPreflightCheckCompleteException(javax.ws.rs.core.Response response)
           
 
Method Summary
 
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

CorsPreflightCheckCompleteException

public CorsPreflightCheckCompleteException(javax.ws.rs.core.Response response)


Copyright © 2014 Atlassian. All Rights Reserved.