Class ClientLinkRemotelyClosedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientLinkRedirectedException

public class ClientLinkRemotelyClosedException extends ClientResourceRemotelyClosedException
Root exception type for cases of remote closure or client created Sender or Receiver.
See Also:
  • Constructor Details

    • ClientLinkRemotelyClosedException

      public ClientLinkRemotelyClosedException(String message)
      Creates a new link remotely closed exception.
      Parameters:
      message - The message that describes the reason for the remote closure.
    • ClientLinkRemotelyClosedException

      public ClientLinkRemotelyClosedException(String message, Throwable cause)
      Creates a new link remotely closed exception.
      Parameters:
      message - The message that describes the reason for the remote closure.
      cause - An exception that further defines the remote close reason.
    • ClientLinkRemotelyClosedException

      public ClientLinkRemotelyClosedException(String message, ErrorCondition condition)
      Creates a new link remotely closed exception.
      Parameters:
      message - The message that describes the reason for the remote closure.
      condition - An ErrorCondition that provides additional information about the close reason.
    • ClientLinkRemotelyClosedException

      public ClientLinkRemotelyClosedException(String message, Throwable cause, ErrorCondition condition)
      Creates a new link remotely closed exception.
      Parameters:
      message - The message that describes the reason for the remote closure.
      cause - An exception that further defines the remote close reason.
      condition - An ErrorCondition that provides additional information about the close reason.