org.deegree.services
Class InconsistentRequestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree.services.InconsistentRequestException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidFormatException

public class InconsistentRequestException
extends java.lang.Exception

Thrown, if the Capabilities-document and the including configuration was invalid / inconsistent.

Version:
$Revision: 1.2 $ $Date: 2004/02/09 07:57:02 $
Author:
Markus Schneider, Andreas Poth
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InconsistentRequestException()
          Creates a new InconsistentRequestException object.
InconsistentRequestException(java.lang.String message)
          Creates a new InconsistentRequestException object.
 
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

InconsistentRequestException

public InconsistentRequestException()
Creates a new InconsistentRequestException object.


InconsistentRequestException

public InconsistentRequestException(java.lang.String message)
Creates a new InconsistentRequestException object.

Parameters:
message -