com.atlassian.security.auth.trustedapps
Class InvalidIPAddressException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidRemoteAddressException, InvalidXForwardedForAddressException

public abstract class InvalidIPAddressException
extends InvalidRequestException

Thrown when the IP address of the client does not match the allowed IP addresses

See Also:
Serialized Form

Constructor Summary
InvalidIPAddressException(TransportErrorMessage.Code code, java.lang.String address)
           
 
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

InvalidIPAddressException

public InvalidIPAddressException(TransportErrorMessage.Code code,
                                 java.lang.String address)


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.