com.kuka.nav.appdata.exceptions
Class AppDataDeSerializationException

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.AppDataDeSerializationException
All Implemented Interfaces:
Serializable

public class AppDataDeSerializationException
extends AppDataException

Error during de-serializing the application data.

See Also:
Serialized Form

Constructor Summary
AppDataDeSerializationException(String message, Throwable cause)
          Constructor for AppDataDeSerializationException.
 
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

AppDataDeSerializationException

public AppDataDeSerializationException(String message,
                                       Throwable cause)
Constructor for AppDataDeSerializationException.

Parameters:
message - Error message.
cause - The cause of the error.


Copyright © 2019. All rights reserved.