Class CredentialsRequiredContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.bamboo.jira.jiraissues.CredentialsRequiredContextException
-
- All Implemented Interfaces:
com.atlassian.applinks.api.AuthorisationURIGenerator
,Serializable
@Deprecated public class CredentialsRequiredContextException extends Exception implements com.atlassian.applinks.api.AuthorisationURIGenerator
Deprecated.UseCredentialsRequiredContextException
instead. Since v5.5.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CredentialsRequiredContextException(String context, com.atlassian.applinks.api.CredentialsRequiredException exception)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @Nullable URI
getAuthorisationURI()
Deprecated.@Nullable URI
getAuthorisationURI(@Nullable URI callback)
Deprecated.String
getContext()
Deprecated.String
getMessage()
Deprecated.-
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)
Deprecated.
-
-
Method Detail
-
getAuthorisationURI
@Nullable public @Nullable URI getAuthorisationURI(@Nullable @Nullable URI callback)
Deprecated.- Specified by:
getAuthorisationURI
in interfacecom.atlassian.applinks.api.AuthorisationURIGenerator
-
getAuthorisationURI
@Nullable public @Nullable URI getAuthorisationURI()
Deprecated.- Specified by:
getAuthorisationURI
in interfacecom.atlassian.applinks.api.AuthorisationURIGenerator
-
getMessage
public String getMessage()
Deprecated.- Overrides:
getMessage
in classThrowable
-
getContext
public String getContext()
Deprecated.
-
-