com.atlassian.bamboo.plugins.rest.common.exception
Class AuthenticationRequiredUrlCallbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by com.atlassian.bamboo.plugins.rest.common.exception.AuthenticationRequiredUrlCallbackException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationRequiredUrlCallbackException
extends java.lang.SecurityException

See Also:
Serialized Form

Constructor Summary
AuthenticationRequiredUrlCallbackException(java.lang.Throwable cause)
           
AuthenticationRequiredUrlCallbackException(java.lang.Throwable cause, java.net.URI redirectUri)
           
 
Method Summary
 java.net.URI getRedirectUri()
           
 
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

AuthenticationRequiredUrlCallbackException

public AuthenticationRequiredUrlCallbackException(java.lang.Throwable cause,
                                                  java.net.URI redirectUri)

AuthenticationRequiredUrlCallbackException

public AuthenticationRequiredUrlCallbackException(java.lang.Throwable cause)
Method Detail

getRedirectUri

@Nullable
public java.net.URI getRedirectUri()


Copyright © 2011 Atlassian. All Rights Reserved.