org.rhq.enterprise.server.exception
Class ScheduleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.enterprise.server.exception.ScheduleException
All Implemented Interfaces:
Serializable

public class ScheduleException
extends RuntimeException

This exception should be used whenever there was an error while trying to schedule an operation.

Author:
Noam Malki
See Also:
Serialized Form

Constructor Summary
ScheduleException()
           
ScheduleException(String message)
           
ScheduleException(String msg, Throwable t)
           
ScheduleException(Throwable t)
           
 
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

ScheduleException

public ScheduleException()

ScheduleException

public ScheduleException(String message)

ScheduleException

public ScheduleException(Throwable t)

ScheduleException

public ScheduleException(String msg,
                         Throwable t)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.