Class ClientSessionRemotelyClosedException

All Implemented Interfaces:
Serializable

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

    • ClientSessionRemotelyClosedException

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

      public ClientSessionRemotelyClosedException(String message, Throwable cause)
      Creates a new session 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.
    • ClientSessionRemotelyClosedException

      public ClientSessionRemotelyClosedException(String message, ErrorCondition condition)
      Creates a new session 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.
    • ClientSessionRemotelyClosedException

      public ClientSessionRemotelyClosedException(String message, Throwable cause, ErrorCondition condition)
      Creates a new session 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.