de.inovat.kex.bast.common
Class DataProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.inovat.kex.bast.common.DataProviderException
All Implemented Interfaces:
java.io.Serializable

public class DataProviderException
extends java.lang.Exception

signalisiert das eine DataProviderException aufgetreten ist.

Version:
$Id: DataProviderException.java 442 2008-11-10 06:59:32Z Schawaller $
Author:
LOGOS GmbH Rostock (www.logos-ib.de), J. Schawaller
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
DataProviderException()
           
DataProviderException(java.lang.String message)
           
DataProviderException(java.lang.String message, java.lang.Throwable cause)
           
DataProviderException(java.lang.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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DataProviderException

public DataProviderException()

DataProviderException

public DataProviderException(java.lang.String message)

DataProviderException

public DataProviderException(java.lang.String message,
                             java.lang.Throwable cause)

DataProviderException

public DataProviderException(java.lang.Throwable cause)