org.jboss.seam.cron.impl.scheduling.exception
Class CronProviderDestructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.seam.cron.impl.scheduling.exception.CronProviderDestructionException
- All Implemented Interfaces:
- Serializable
public class CronProviderDestructionException
- extends RuntimeException
Exception thrown when there is a problem starting the Seam Cron module.
- 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 |
CronProviderDestructionException
public CronProviderDestructionException(String message)
- Create a new instance of SchedulerInitialisationException with the given error message.
- Parameters:
message - The error message.
CronProviderDestructionException
public CronProviderDestructionException(String message,
Throwable cause)
- Create a new instance of SchedulerInitialisationException with the given error message and cause.
- Parameters:
message - The error message.cause - The orginal cause of the error.
Copyright © 2011 Seam Framework. All Rights Reserved.