com.kuka.nav.maintenance.action
Class MaintenanceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kuka.nav.maintenance.action.MaintenanceException
All Implemented Interfaces:
Serializable

public class MaintenanceException
extends Exception

Error thrown by maintenance actions.

See Also:
Serialized Form

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

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.