AI-generated Key Takeaways
-
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.Throwableandjava.lang.Object.
public class
SessionUnsupportedException
Thrown if the current session with selected features does not support a specific operation.
Public Constructors
|
|
|
SessionUnsupportedException(String message)
|
Inherited Methods
Public Constructors
public SessionUnsupportedException ()
SessionUnsupportedException
public SessionUnsupportedException()
public SessionUnsupportedException (String message)
SessionUnsupportedException
public SessionUnsupportedException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||