com.kuka.common.exceptions
Class ExecutorDeathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.kuka.common.exceptions.KUKARuntimeException
                  extended by com.kuka.common.exceptions.ExecutorDeathException
All Implemented Interfaces:
Serializable

public class ExecutorDeathException
extends KUKARuntimeException

Exception for wrapping thread death exceptions on trigger event handler.

See Also:
Serialized Form
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Constructor Summary
ExecutorDeathException()
          Creates a new ExecutorDeathException with no parameters.
ExecutorDeathException(String message)
          Creates a new ExecutorDeathException with the specified exception message.
ExecutorDeathException(String message, Throwable reason)
          Creates a new ExecutorDeathException with the specified exception message and error reason.
 
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

ExecutorDeathException

public ExecutorDeathException()
Creates a new ExecutorDeathException with no parameters.


ExecutorDeathException

public ExecutorDeathException(String message)
Creates a new ExecutorDeathException with the specified exception message.

Parameters:
message - exception message

ExecutorDeathException

public ExecutorDeathException(String message,
                              Throwable reason)
Creates a new ExecutorDeathException with the specified exception message and error reason.

Parameters:
message - exception message
reason - error reason


Copyright © 2019. All rights reserved.