public class IllegalConsumerStateException extends FabricException
Title: Service Event Fabric Runtime
Description: Defines an exception thrown by the EventConsumer
if any operation
tries to execute when consumer has a state, illegal for this operation.
Framework Documentation
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
IllegalConsumerStateException()
Constructs a new exception.
|
IllegalConsumerStateException(java.lang.String message)
Constructs a new exception with the specified message.
|
IllegalConsumerStateException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified message and cause.
|
IllegalConsumerStateException(java.lang.Throwable cause)
Constructs a new exception with the specified message.
|
toString
public IllegalConsumerStateException()
public IllegalConsumerStateException(java.lang.String message)
public IllegalConsumerStateException(java.lang.Throwable cause)
public IllegalConsumerStateException(java.lang.String message, java.lang.Throwable cause)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.