com.kuka.nav.appdata.exceptions
Class AppDataSerializationException

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

public class AppDataSerializationException
extends AppDataException

Error during serializing the application data.

See Also:
Serialized Form

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

AppDataSerializationException

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

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


Copyright © 2019. All rights reserved.