Class InvalidTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.exception.StoreException
-
- com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.exception.InvalidTokenException
-
- All Implemented Interfaces:
Serializable
public class InvalidTokenException extends StoreException
Exception thrown by theServiceProviderTokenStore.get(String)
method if the token is no longer valid. This can be for a number of reasons, for example, if the user that authorized the token is no longer present.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTokenException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidTokenException
public InvalidTokenException(String message)
-
-