Class MarkUnsupportedException

All Implemented Interfaces:
Serializable

public class MarkUnsupportedException extends HPSFException

This exception is thrown if an InputStream does not support the InputStream.mark(int) operation.

See Also:
  • Constructor Details

    • MarkUnsupportedException

      public MarkUnsupportedException()

      Constructor

    • MarkUnsupportedException

      public MarkUnsupportedException(String msg)

      Constructor

      Parameters:
      msg - The exception's message string
    • MarkUnsupportedException

      public MarkUnsupportedException(Throwable reason)

      Constructor

      Parameters:
      reason - This exception's underlying reason
    • MarkUnsupportedException

      public MarkUnsupportedException(String msg, Throwable reason)

      Constructor

      Parameters:
      msg - The exception's message string
      reason - This exception's underlying reason