Class StorageFullException

All Implemented Interfaces:
Serializable

public class StorageFullException extends StorageException
Thrown when attemp to add data to a full storage
Since:
7.1
Author:
eitany
See Also:
  • Constructor Details

    • StorageFullException

      public StorageFullException(String msg, Throwable cause, List deniedPackets)
    • StorageFullException

      public StorageFullException(String msg, List deniedPackets)
  • Method Details

    • getDeniedPackets

      public List getDeniedPackets()