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