com.atlassian.security.auth.trustedapps
Class InvalidRequestUrlException

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

public class InvalidRequestUrlException
extends InvalidRequestException

Thrown when the Requested URL does not match the allowed request urls.

See Also:
Serialized Form

Constructor Summary
InvalidRequestUrlException(java.lang.String url)
           
 
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

InvalidRequestUrlException

public InvalidRequestUrlException(java.lang.String url)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.