Class WFSException

All Implemented Interfaces:
Serializable

public class WFSException extends IOException
A Java Exception that mirrors a WFS ExceptionReport.
See Also:
  • Constructor Details

    • WFSException

      public WFSException(String msg)
    • WFSException

      public WFSException(String msg, Throwable cause)
  • Method Details