com.kuka.common.persistence.Level3Exceptions
Class RequestedDataNotAvailable
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kuka.common.exceptions.KUKAException
com.kuka.common.persistence.DataSourceException
com.kuka.common.persistence.Level3Exceptions.RequestedDataNotAvailable
- All Implemented Interfaces:
- Serializable
public class RequestedDataNotAvailable
- extends DataSourceException
Exception if the requested data is not available.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequestedDataNotAvailable
public RequestedDataNotAvailable(String reason)
- Constructor which adds a specified error message.
- Parameters:
reason - the descriptive message.
RequestedDataNotAvailable
public RequestedDataNotAvailable(String reason,
Throwable cause)
- Constructs a new exception with a descriptive message and the underlying error reason.
- Parameters:
reason - the descriptive message.cause - the underlying error reason.
Copyright © 2019. All rights reserved.