org.deegree.services
Class WebServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree.services.WebServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CurrentUpdateSequenceException, InvalidSRSException, InvalidUpdateSequenceException, LayerNotDefinedException, LayerNotQueryableException, StyleNotDefinedException

public class WebServiceException
extends java.lang.Exception

Exception that will be thrown by OGCWebServices if the service can't be performed

Version:
$Revision: 1.1 $
Author:
Andreas Poth
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WebServiceException()
          Creates a new instance of WebServiceException without detail message.
WebServiceException(java.lang.String msg)
          Constructs an instance of WebServiceException with the specified detail message.
 
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

WebServiceException

public WebServiceException()
Creates a new instance of WebServiceException without detail message.


WebServiceException

public WebServiceException(java.lang.String msg)
Constructs an instance of WebServiceException with the specified detail message.

Parameters:
msg - the detail message.