Package de.inovat.kex.bast.common
Class DataProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataProviderException()
DataProviderException(java.lang.String message)
DataProviderException(java.lang.String message, java.lang.Throwable cause)
DataProviderException(java.lang.Throwable cause)
-
-
-
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)
-
-