com.silverpeas.scheduler
Class SchedulerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.silverpeas.scheduler.SchedulerException
All Implemented Interfaces:
Serializable

public class SchedulerException
extends Exception

Exception thrown when an error occurs within the scheduler.

See Also:
Serialized Form

Constructor Summary
SchedulerException()
          Constructs an empty SchedulerException.
SchedulerException(String aMessage)
          Constructs a SchedulerException with the specified message.
SchedulerException(String message, Throwable cause)
          Constructs a SchedulerException with the specified message and cause.
SchedulerException(Throwable cause)
          Constructs a SchedulerException with the specified 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

SchedulerException

public SchedulerException()
Constructs an empty SchedulerException.


SchedulerException

public SchedulerException(String aMessage)
Constructs a SchedulerException with the specified message.

Parameters:
aMessage - the message about that exception.

SchedulerException

public SchedulerException(Throwable cause)
Constructs a SchedulerException with the specified cause.

Parameters:
cause - the exception that caused this one.

SchedulerException

public SchedulerException(String message,
                          Throwable cause)
Constructs a SchedulerException with the specified message and cause.

Parameters:
message - a message about that exception.
cause - the exception that caused this one.


Copyright © 2016 Silverpeas. All Rights Reserved.