public class SessionLimitExceededException extends LoginException
This response code MUST be returned when a server receives a <login>
command, and the command can not be completed becaquse the client has
exceeded a system-defined limit on the number of sessions that the client
can establish. It might be possible to establish a session by ending
existing unused sessions and closing inactive connections.
Constructor and Description |
---|
SessionLimitExceededException() |
SessionLimitExceededException(java.lang.String message) |
SessionLimitExceededException(java.lang.Throwable t) |
getMessage