Class IoStreamException

All Implemented Interfaces:
Serializable

public class IoStreamException extends StreamExceptionBase
Simple wrapper for IOExceptions; needed when StAX does not expose underlying I/O exceptions via its methods.
See Also:
  • Constructor Details

    • IoStreamException

      public IoStreamException(IOException ie)
    • IoStreamException

      public IoStreamException(String msg)