public class SessionOpenException
extends java.lang.Exception
Constructor and Description |
---|
SessionOpenException(java.lang.String message)
The cause of a SessionOpenException will be indicated by a message
|
SessionOpenException(java.lang.Throwable cause)
The cause of a SessionOpenException must be indicated via the Throwable
argument to this constructor.
|
public SessionOpenException(java.lang.Throwable cause)
public SessionOpenException(java.lang.String message)