Class FinishedException

All Implemented Interfaces:
Serializable

public class FinishedException extends RuntimeStreamException
A runtime exception that may be thrown by a finished operation on an UpdateOutputStream if the underlying stream throws an IOException.
See Also:
  • Constructor Details

    • FinishedException

      public FinishedException(String msg)
      Base constructor.
      Parameters:
      msg - a message concerning the exception.
    • FinishedException

      public FinishedException(String msg, Throwable cause)
      Constructor when this exception is due to another one.
      Parameters:
      msg - a message concerning the exception.
      cause - the exception that caused this exception to be thrown.