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

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.XsrfCheckFailedException
All Implemented Interfaces:
java.io.Serializable

public class XsrfCheckFailedException
extends javax.ws.rs.WebApplicationException

Thrown when an XSRF check fails

Since:
2.4
See Also:
Serialized Form

Constructor Summary
XsrfCheckFailedException()
           
 
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

XsrfCheckFailedException

public XsrfCheckFailedException()


Copyright © 2014 Atlassian. All Rights Reserved.