|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.common.exceptions.KUKARuntimeException
com.kuka.common.exceptions.ExecutorDeathException
public class ExecutorDeathException
Exception for wrapping thread death exceptions on trigger event handler.
| 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 |
|---|
public ExecutorDeathException()
ExecutorDeathException with no parameters.
public ExecutorDeathException(String message)
ExecutorDeathException with the specified exception
message.
message - exception message
public ExecutorDeathException(String message,
Throwable reason)
ExecutorDeathException with the specified exception
message and error reason.
message - exception messagereason - error reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||