com.atlassian.bamboo.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.rest.common.exception.AuthenticationRequiredUrlCallbackException
All Implemented Interfaces:
Serializable

public class AuthenticationRequiredUrlCallbackException
extends SecurityException

See Also:
Serialized Form

Constructor Summary
AuthenticationRequiredUrlCallbackException(Throwable cause)
           
AuthenticationRequiredUrlCallbackException(Throwable cause, URI redirectUri, String context)
           
 
Method Summary
 String getContext()
           
 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(Throwable cause)

AuthenticationRequiredUrlCallbackException

public AuthenticationRequiredUrlCallbackException(Throwable cause,
                                                  URI redirectUri,
                                                  String context)
Method Detail

getRedirectUri

@Nullable
public URI getRedirectUri()

getContext

public String getContext()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.