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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CredentialsRequiredContextException(String context, com.atlassian.applinks.api.CredentialsRequiredException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable URI
getAuthorisationURI()
@Nullable URI
getAuthorisationURI(@Nullable URI callback)
String
getContext()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CredentialsRequiredContextException
public CredentialsRequiredContextException(String context, com.atlassian.applinks.api.CredentialsRequiredException exception)
-
-
Method Detail
-
getAuthorisationURI
@Nullable public @Nullable URI getAuthorisationURI(@Nullable @Nullable URI callback)
- Specified by:
getAuthorisationURI
in interfacecom.atlassian.applinks.api.AuthorisationURIGenerator
-
getAuthorisationURI
@Nullable public @Nullable URI getAuthorisationURI()
- Specified by:
getAuthorisationURI
in interfacecom.atlassian.applinks.api.AuthorisationURIGenerator
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getContext
public String getContext()
-
-