com.iver.cit.gvsig.fmap.drivers.wfs
Class WFSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iver.cit.gvsig.fmap.drivers.wfs.WFSException
All Implemented Interfaces:
java.io.Serializable

public class WFSException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
WFSException()
           
WFSException(java.lang.String message)
           
WFSException(java.lang.String message, java.lang.Throwable cause)
           
WFSException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WFSException

public WFSException()

WFSException

public WFSException(java.lang.String message)
Parameters:
message -

WFSException

public WFSException(java.lang.String message,
                    java.lang.Throwable cause)
Parameters:
message -
cause -

WFSException

public WFSException(java.lang.Throwable cause)
Parameters:
cause -