Class CreateTokenFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.bamboo.accesstoken.exception.CreateTokenFailedException
-
- All Implemented Interfaces:
Serializable
public class CreateTokenFailedException extends Exception
Exception is thrown when can not generate unique token id.- Since:
- 6.10
- See Also:
AccessToken.getTokenId()
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateTokenFailedException(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
-
CreateTokenFailedException
public CreateTokenFailedException(String message)
-
-