Class ContainerNotEmptyException

  • All Implemented Interfaces:
    Serializable

    public class ContainerNotEmptyException
    extends ResponseException
    An exception that is thrown when an Object Storage Container is attempted to be deleted that is not empty
    Author:
    Jeremy Unruh
    See Also:
    Serialized Form
    • Constructor Detail

      • ContainerNotEmptyException

        public ContainerNotEmptyException​(String message,
                                          int status,
                                          Throwable cause)
      • ContainerNotEmptyException

        public ContainerNotEmptyException​(String message,
                                          int status)