org.exolab.jms.events
Class IllegalEventDefinedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.jms.events.IllegalEventDefinedException
All Implemented Interfaces:
java.io.Serializable

public class IllegalEventDefinedException
extends java.lang.Exception

Tis exception is thrown whenever an event is ill-defined.

Version:
$Version$ $Date: 2004/11/26 01:50:41 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
IllegalEventDefinedException()
          Default exception constructor
IllegalEventDefinedException(java.lang.String reason)
          Create an exception with the specified reason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
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 © 1999-2007 The OpenJMS Group. All Rights Reserved.