com.atlassian.security.auth.trustedapps
Class InvalidXForwardedForAddressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.security.auth.trustedapps.TransportException
              extended bycom.atlassian.security.auth.trustedapps.InvalidRequestException
                  extended bycom.atlassian.security.auth.trustedapps.InvalidIPAddressException
                      extended bycom.atlassian.security.auth.trustedapps.InvalidXForwardedForAddressException
All Implemented Interfaces:
java.io.Serializable

public class InvalidXForwardedForAddressException
extends InvalidIPAddressException

Thrown if an IP address in an X-Forwarded-For header doesn't match

See Also:
Serialized Form

Constructor Summary
InvalidXForwardedForAddressException(java.lang.String ipAddress)
           
 
Methods inherited from class com.atlassian.security.auth.trustedapps.TransportException
getTransportErrorMessage
 
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

InvalidXForwardedForAddressException

public InvalidXForwardedForAddressException(java.lang.String ipAddress)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.