Package com.epam.fix

Class StorageClosedException

All Implemented Interfaces:
Serializable

public class StorageClosedException extends IOException
Checked exception thrown when an attempt is made to invoke or complete an write or read operations with storage that is closed.
See Also:
  • Constructor Details

    • StorageClosedException

      public StorageClosedException()
    • StorageClosedException

      public StorageClosedException(String message)