com.kuka.nav.maintenance.backup
Class MaintenanceBackupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kuka.nav.maintenance.action.MaintenanceException
              extended by 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

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

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.