com.kuka.nav.appdata.exceptions
Class AppDataDeSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kuka.nav.appdata.exceptions.AppDataException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.