com.kuka.nav.data
Class DataMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.kuka.nav.data.DataSourceException
                  extended by 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

Constructor Summary
DataMissingException(String message)
          Constructor for an exception with a message.
DataMissingException(String message, Throwable cause)
          Constructor for an exception with a message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.