com.kuka.nav.appdata.exceptions
Class AppDataEntryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kuka.nav.appdata.exceptions.AppDataException
              extended by com.kuka.nav.appdata.exceptions.AppDataEntryNotFoundException
All Implemented Interfaces:
Serializable

public class AppDataEntryNotFoundException
extends AppDataException

No application data found with the given identifier.

See Also:
Serialized Form

Constructor Summary
AppDataEntryNotFoundException(String message)
          Constructor for AppDataEntryNotFoundException.
 
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

AppDataEntryNotFoundException

public AppDataEntryNotFoundException(String message)
Constructor for AppDataEntryNotFoundException.

Parameters:
message - Error message.


Copyright © 2019. All rights reserved.