org.deegree.services.wpvs.exception
Class DatasourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.services.wpvs.exception.DatasourceException
All Implemented Interfaces:
Serializable

public class DatasourceException
extends Exception

The DatasourceException class signals that one of the datasources was not available to the wpvs.

Version:
$Revision: 30127 $, $Date: 2011-03-22 11:11:12 +0100 (Tue, 22 Mar 2011) $
Author:
Rutger Bezema, last edited by: $Author: aschmitz $
See Also:
Serialized Form

Constructor Summary
DatasourceException(String message)
           
DatasourceException(String message, Throwable cause)
           
DatasourceException(Throwable cause)
           
 
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

DatasourceException

public DatasourceException(String message)
Parameters:
message -

DatasourceException

public DatasourceException(Throwable cause)
Parameters:
cause -

DatasourceException

public DatasourceException(String message,
                           Throwable cause)
Parameters:
message -
cause -


Copyright © 2011. All Rights Reserved.