public class WFSServiceException
extends java.lang.RuntimeException
WFS service exception class.
This exception is thrown when an WFS service is accessed and an error occurs in the document returned by the WFS service.
Constructor and Description |
---|
WFSServiceException()
Default constructor.
|
WFSServiceException(java.lang.String msg)
Builds a WFS service exception with detailed information.
|
WFSServiceException(java.lang.String msg, java.lang.Throwable e)
Builds a WFS service exception with details and exceptions.
|
WFSServiceException(java.lang.Throwable e)
Builds a WFS service exception with an exception cause.
|
public WFSServiceException()
Default constructor.
public WFSServiceException(java.lang.String msg)
Builds a WFS service exception with detailed information.
msg
- the detailed message.public WFSServiceException(java.lang.Throwable e)
Builds a WFS service exception with an exception cause.
e
- abnormal cause.public WFSServiceException(java.lang.String msg, java.lang.Throwable e)
Builds a WFS service exception with details and exceptions.
msg
- the detailed message.e
- abnormal cause.