Class TokenLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.bamboo.accesstoken.exception.TokenLimitExceededException
-
- All Implemented Interfaces:
Serializable
public class TokenLimitExceededException extends Exception
Exception which is thrown when user tries to createAccessToken
and already hasSystemProperty.MAX_TOKENS_PER_USER
tokens.- Since:
- 6.10
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenLimitExceededException(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
-
TokenLimitExceededException
public TokenLimitExceededException(String message)
-
-