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, java.lang.String context)
           
 
Method Summary
 java.lang.String getContext()
           
 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)

AuthenticationRequiredUrlCallbackException

public AuthenticationRequiredUrlCallbackException(java.lang.Throwable cause,
                                                  java.net.URI redirectUri,
                                                  java.lang.String context)
Method Detail

getRedirectUri

@Nullable
public java.net.URI getRedirectUri()

getContext

public java.lang.String getContext()


Copyright © 2012 Atlassian. All Rights Reserved.