org.deegree.services.sos
Class SOServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.services.sos.SOServiceException
All Implemented Interfaces:
Serializable

public class SOServiceException
extends Exception

This is an exception class for internal (non-OGC) Sensor Observation Service exceptions.

Version:
$Revision: 24348 $, $Date: 2010-05-12 14:41:33 +0200 (Wed, 12 May 2010) $
Author:
Oliver Tonnhofer, last edited by: $Author: aionita $
See Also:
Serialized Form

Constructor Summary
SOServiceException(String message)
           
SOServiceException(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

SOServiceException

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

SOServiceException

public SOServiceException(String message)
Parameters:
message -


Copyright © 2011. All Rights Reserved.