Rio Project 4.2 API Documentation
org.rioproject.event
Class NoEventConsumerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 © 2006-2011 Rio Project. All Rights Reserved.