com.subshell.persistence.exception
Class ErrorInRunnableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.reflect.InvocationTargetException
com.subshell.persistence.exception.ErrorInRunnableException
- All Implemented Interfaces:
- Serializable
public class ErrorInRunnableException
- extends InvocationTargetException
Thrown when a TransactionContextRunner
is executing
a Runnable
, and this Runnable is throwing a RuntimeException.
- See Also:
- Serialized Form
ErrorInRunnableException
public ErrorInRunnableException()
ErrorInRunnableException
public ErrorInRunnableException(Throwable cause)
ErrorInRunnableException
public ErrorInRunnableException(String msg,
Throwable cause)
Copyright © 2004-2005 subshell GmbH. All Rights Reserved.