Class InsufficientDiskSpaceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.migration.InsufficientDiskSpaceException
All Implemented Interfaces:
Serializable

public class InsufficientDiskSpaceException extends com.atlassian.bitbucket.ServiceException
Thrown when performing a migration of a repository and there is not enough disk space.
Since:
8.1
See Also:
  • Constructor Details

    • InsufficientDiskSpaceException

      public InsufficientDiskSpaceException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)