public class StreamInterruptException extends FabricException
Title: Service Event Fabric Core
Description: Defines an exception caused by EventReceiver.receive...
methods
if the receiver is closed during an execution of these methods.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Constructor and Description |
---|
StreamInterruptException()
Constructs a new exception.
|
StreamInterruptException(java.lang.String message)
Constructs a new exception with the specified message.
|
StreamInterruptException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified message and cause.
|
StreamInterruptException(java.lang.Throwable cause)
Constructs a new exception with the specified message.
|
toString
public StreamInterruptException()
public StreamInterruptException(java.lang.String message)
public StreamInterruptException(java.lang.Throwable cause)
public StreamInterruptException(java.lang.String message, java.lang.Throwable cause)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.