com.oakgrovesystems.reactor.scheduling
Class SchedulingRequestException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.oakgrovesystems.reactor.scheduling.SchedulingRequestException
All Implemented Interfaces:
java.io.Serializable

public class SchedulingRequestException
extends java.lang.Exception
implements java.io.Serializable

This class has an annoyingly long name to distinguish it from the exceptions for specific implementations of scheduling modules.

See Also:
Serialized Form

Constructor Summary
SchedulingRequestException()
           
SchedulingRequestException(java.lang.String message)
           
 
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

SchedulingRequestException

public SchedulingRequestException()

SchedulingRequestException

public SchedulingRequestException(java.lang.String message)


Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.