@Exported public class IllegalReceiveException extends IllegalStateException
receive method of SctpChannel or SctpMultiChannel
from a notification handler.| Constructor | Description |
|---|---|
IllegalReceiveException() |
Constructs an instance of this class.
|
IllegalReceiveException(String msg) |
Constructs an instance of this class with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalReceiveException()
public IllegalReceiveException(String msg)
msg - The String that contains a detailed message
Copyright © 2009, 2025, Oracle and/or its affiliates. All rights reserved.