com.kuka.common.persistence
Class DataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kuka.common.exceptions.KUKAException
com.kuka.common.persistence.DataSourceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataBaseException, DataToSaveIncorrect, RequestedDataNotAvailable, XMLException
public abstract class DataSourceException
- extends KUKAException
Base Exception for all data source exceptions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataSourceException
public DataSourceException(String reason)
- Creates a new instance with a descriptive message.
- Parameters:
reason - Descriptive message.
DataSourceException
public DataSourceException(String reason,
Throwable cause)
- Creates a new instance with a descriptive message and the root cause.
- Parameters:
reason - the descriptive messagecause - the Throwable which caused this exception
Copyright © 2019. All rights reserved.