Class LfsInsufficientStorage

All Implemented Interfaces:
Serializable

public class LfsInsufficientStorage extends LfsException
Thrown when there is insufficient storage on the server.
Since:
4.5
See Also:
  • Field Details

  • Constructor Details

    • LfsInsufficientStorage

      public LfsInsufficientStorage(String message)

      Constructor for LfsInsufficientStorage.

      Parameters:
      message - error message, which may be shown to an end-user.