Class UpdateException

All Implemented Interfaces:
Serializable

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

    • UpdateException

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

      public UpdateException(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.