com.kuka.nav.maintenance.backup
Class MaintenanceBackupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kuka.nav.maintenance.action.MaintenanceException
com.kuka.nav.maintenance.backup.MaintenanceBackupException
- All Implemented Interfaces:
- Serializable
public class MaintenanceBackupException
- extends com.kuka.nav.maintenance.action.MaintenanceException
Error thrown during backup.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MaintenanceBackupException
public MaintenanceBackupException(String message)
- Constructor.
- Parameters:
message - The error message.
MaintenanceBackupException
public MaintenanceBackupException(String message,
Throwable cause)
- Constructor for
MaintenanceBackupException.
- Parameters:
message - The error message.cause - The cause of error.
Copyright © 2019. All rights reserved.