org.jboss.seam.cron.impl.scheduling.exception
Class CronProviderInitialisationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.seam.cron.impl.scheduling.exception.CronProviderInitialisationException
All Implemented Interfaces:
Serializable

public class CronProviderInitialisationException
extends RuntimeException

Exception thrown when there is a problem starting the Seam Cron module.

Author:
Peter Royle
See Also:
Serialized Form

Constructor Summary
CronProviderInitialisationException(String message)
          Create a new instance of CronProviderInitialisationException with the given error message.
CronProviderInitialisationException(String message, Throwable cause)
          Create a new instance of CronProviderInitialisationException with the given error message and cause.
 
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

CronProviderInitialisationException

public CronProviderInitialisationException(String message)
Create a new instance of CronProviderInitialisationException with the given error message.

Parameters:
message - The error message.

CronProviderInitialisationException

public CronProviderInitialisationException(String message,
                                           Throwable cause)
Create a new instance of CronProviderInitialisationException 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.