org.eclipse.stardust.engine.core.spi.extensions.runtime
Class UnrecoverableExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.engine.core.spi.extensions.runtime.UnrecoverableExecutionException
- All Implemented Interfaces:
- Serializable
public class UnrecoverableExecutionException
- extends org.eclipse.stardust.common.error.ApplicationException
Indicates abrupt termination of event action execution due to severe errors.
- Version:
- $Revision$
- Author:
- ubirkemeyer
- See Also:
- Serialized Form
| Methods inherited from class org.eclipse.stardust.common.error.ApplicationException |
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle |
UnrecoverableExecutionException
public UnrecoverableExecutionException(String message)
UnrecoverableExecutionException
public UnrecoverableExecutionException(String message,
Throwable e)
Copyright © 2017 Eclipse Stardust. All Rights Reserved.