org.n52.wps.client
Class WPSClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.n52.wps.client.WPSClientException
All Implemented Interfaces:
java.io.Serializable

public class WPSClientException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
WPSClientException(java.lang.String message)
           
WPSClientException(java.lang.String message, java.lang.Exception e)
           
WPSClientException(java.lang.String message, net.opengis.ows.x11.ExceptionReportDocument doc)
           
 
Method Summary
 net.opengis.ows.x11.ExceptionReportDocument getServerException()
           
 boolean isServerException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WPSClientException

public WPSClientException(java.lang.String message,
                          net.opengis.ows.x11.ExceptionReportDocument doc)

WPSClientException

public WPSClientException(java.lang.String message)

WPSClientException

public WPSClientException(java.lang.String message,
                          java.lang.Exception e)
Method Detail

isServerException

public boolean isServerException()

getServerException

public net.opengis.ows.x11.ExceptionReportDocument getServerException()