Rio Project 4.2 API Documentation



org.rioproject.event
Class NoEventConsumerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rioproject.event.NoEventConsumerException
All Implemented Interfaces:
Serializable

public class NoEventConsumerException
extends Exception

Exception thrown when there are no registered event consumers.

Author:
Dennis Reedy
See Also:
Serialized Form

Constructor Summary
NoEventConsumerException()
          Constructs an NoEventConsumerException with no detail message.
NoEventConsumerException(String reason)
          Constructs an NoEventConsumerException with the specified detail message.
 
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

NoEventConsumerException

public NoEventConsumerException(String reason)
Constructs an NoEventConsumerException with the specified detail message.

Parameters:
reason - Detail message

NoEventConsumerException

public NoEventConsumerException()
Constructs an NoEventConsumerException with no detail message.


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.