Class DataSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.ndatasource.common.DataSourceException
-
- All Implemented Interfaces:
Serializable
public class DataSourceException extends Exception
This class represents exceptions which are related to data sources.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSourceException()DataSourceException(String msg)DataSourceException(String msg, Exception nestedEx)DataSourceException(String message, Throwable cause)DataSourceException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessage()voidsetErrorMessage(String errorMessage)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-