com.kuka.common.persistence.Level3Exceptions
Class RequestedDataMissing
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.common.exceptions.KUKARuntimeException
com.kuka.common.persistence.DataSourceRuntimeException
com.kuka.common.persistence.Level3Exceptions.RequestedDataMissing
- All Implemented Interfaces:
- Serializable
public class RequestedDataMissing
- extends DataSourceRuntimeException
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 |
RequestedDataMissing
public RequestedDataMissing(String reason)
- Constructor which adds a specified error message.
- Parameters:
reason - the descriptive message.
RequestedDataMissing
public RequestedDataMissing(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.