SessionUnsupportedException

  • The SessionUnsupportedException is thrown when a session with selected features does not support a specific operation.

  • This class includes two public constructors: one with no parameters and one that accepts a String message.

  • It inherits various methods from java.lang.Throwable and java.lang.Object.

public class SessionUnsupportedException

Thrown if the current session with selected features does not support a specific operation.

Public Constructors

Inherited Methods

Public Constructors

SessionUnsupportedException

public SessionUnsupportedException()

SessionUnsupportedException

public SessionUnsupportedException(
  String message
)

Details
Parameters
message