com.kuka.nav.data
Class DataMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.nav.data.DataSourceException
com.kuka.nav.data.DataMissingException
- All Implemented Interfaces:
- Serializable
public class DataMissingException
- extends DataSourceException
Exception if the requested 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 |
DataMissingException
public DataMissingException(String message)
- Constructor for an exception with a message.
- Parameters:
message - Descriptive message.
DataMissingException
public DataMissingException(String message,
Throwable cause)
- Constructor for an exception with a message and cause.
- Parameters:
message - Descriptive message.cause - Cause of the error.
Copyright © 2019. All rights reserved.