org.jboss.seam.cron.impl.asynchronous.exception
Class AsynchronousMethodExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.seam.cron.impl.asynchronous.exception.AsynchronousMethodExecutionException
- All Implemented Interfaces:
- Serializable
public class AsynchronousMethodExecutionException
- extends RuntimeException
Exception which is thrown when there is a problem running an @Asynchronous
method asynchronously.
- Author:
- Peter Royle
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AsynchronousMethodExecutionException
public AsynchronousMethodExecutionException(String message)
- Create a new instance of #
AsynchronousMethodExecutionException with the given error message.
- Parameters:
message - The error message.
AsynchronousMethodExecutionException
public AsynchronousMethodExecutionException(String message,
Throwable cause)
- Create a new instance of #
AsynchronousMethodExecutionException with the given error message and cause.
- Parameters:
message - The error message.cause - The original cause.
Copyright © 2011 Seam Framework. All Rights Reserved.