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