jrun.jms.core.scheduler
Class IllegalEventDefinedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.jms.core.util.JMSCoreException
                    |
                    +--jrun.jms.core.scheduler.IllegalEventDefinedException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable

public class IllegalEventDefinedException
extends JMSCoreException

Tis exception is thrown whenever a bad event is defined.

See Also:
Serialized Form

Fields inherited from class jrun.jms.core.util.JMSCoreException
DEFAULT_KEY, m_msg
 
Constructor Summary
IllegalEventDefinedException()
          Default exception constructor
IllegalEventDefinedException(java.lang.String reason)
          Create an exception with the specified reason
 
Methods inherited from class jrun.jms.core.util.JMSCoreException
getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalEventDefinedException

public IllegalEventDefinedException()
Default exception constructor

IllegalEventDefinedException

public IllegalEventDefinedException(java.lang.String reason)
Create an exception with the specified reason
Parameters:
reason -  


Copyright � 2002 Macromedia Corporation. All Rights Reserved.