Class SASLBindInProgressException

All Implemented Interfaces:
Serializable

This class defines an exception that can be thrown if the server sends a bind response with a result code of ResultCode.SASL_BIND_IN_PROGRESS, which indicates that SASL bind processing has not yet completed. This is not an error, but neither does it indicate that bind processing has completed. This exception provides access to the bind result and the server SASL credentials that it may optionally contain so that this information may be used to continue bind processing.
See Also: