Package com.atlassian.bamboo.applinks
Class CredentialsRequiredContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.applinks.CredentialsRequiredContextException
- All Implemented Interfaces:
com.atlassian.applinks.api.AuthorisationURIGenerator
,Serializable
public class CredentialsRequiredContextException
extends Exception
implements com.atlassian.applinks.api.AuthorisationURIGenerator
- See Also:
-
Constructor Summary
ConstructorDescriptionCredentialsRequiredContextException
(String context, com.atlassian.applinks.api.CredentialsRequiredException exception) -
Method Summary
Modifier and TypeMethodDescription@Nullable URI
@Nullable URI
getAuthorisationURI
(@Nullable URI callback) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CredentialsRequiredContextException
public CredentialsRequiredContextException(String context, com.atlassian.applinks.api.CredentialsRequiredException exception)
-
-
Method Details
-
getAuthorisationURI
- Specified by:
getAuthorisationURI
in interfacecom.atlassian.applinks.api.AuthorisationURIGenerator
-
getAuthorisationURI
- Specified by:
getAuthorisationURI
in interfacecom.atlassian.applinks.api.AuthorisationURIGenerator
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getContext
-