Class BucketTokenException.NoEnoughTokensAvailable

All Implemented Interfaces:
Serializable
Enclosing class:
BucketTokenException

public static class BucketTokenException.NoEnoughTokensAvailable extends BucketTokenException
Exception indicates that Bucket does not have enough tokens to enter protected method.
Since:
1.9.0
See Also:
  • Constructor Details

    • NoEnoughTokensAvailable

      public NoEnoughTokensAvailable(String bucketName)
      Build a new instance.
      Since:
      1.9.0
  • Method Details

    • getBucketName

      public String getBucketName()
      Gets the bucket name.
      Returns:
      The bucket name
      Since:
      1.9.0