org.deegree.protocol.wcs
Class WCServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.protocol.wcs.WCServiceException
All Implemented Interfaces:
Serializable

public class WCServiceException
extends Exception

This is an exception class for internal (non-OGC) Web Coverage Service exceptions.

Version:
$Revision: 29172 $, $Date: 2011-01-11 14:02:34 +0100 (Tue, 11 Jan 2011) $
Author:
Oliver Tonnhofer, last edited by: $Author: aschmitz $
See Also:
Serialized Form

Constructor Summary
WCServiceException(String message)
           
WCServiceException(String message, Throwable e)
           
 
Method Summary
 
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

WCServiceException

public WCServiceException(String message)
Parameters:
message -

WCServiceException

public WCServiceException(String message,
                          Throwable e)
Parameters:
message -
e -


Copyright © 2011. All Rights Reserved.