org.exolab.jms.events
Class IllegalEventDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
 
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

IllegalEventDefinedException

public IllegalEventDefinedException()
Default exception constructor


IllegalEventDefinedException

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

Parameters:
reason -


Copyright © 1999-2012 The OpenJMS Group. All Rights Reserved.