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 create AccessToken and already has SystemProperty.MAX_TOKENS_PER_USER tokens.
Since:
6.10
See Also:
  • Constructor Details

    • TokenLimitExceededException

      public TokenLimitExceededException(String message)