Home | History | Annotate | Download | only in client

Lines Matching refs:SaslException

51             throws SaslException
68 catch (SaslException e)
79 * @exception SaslException If a semantic error occurs
82 DirectiveList dirList) throws SaslException
117 throw new SaslException("Only qop-auth is supported by client");
120 throw new SaslException("Invalid cipher options");
122 throw new SaslException("Missing nonce directive");
124 throw new SaslException("Unexpected stale flag");
126 throw new SaslException("Missing algorithm directive");
134 * @exception SaslException If an error occurs due to too many nonce
138 ParsedDirective pd) throws SaslException
141 throw new SaslException("Too many nonce values.");
166 * @exception SaslException If an error occurs due to too many qop
170 ParsedDirective pd) throws SaslException
176 throw new SaslException("Too many qop directives.");
200 * @exception SaslException If an error occur
203 ParsedDirective pd) throws SaslException
206 throw new SaslException("Too many maxBuf directives.");
211 throw new SaslException("Max buf value must be greater than zero.");
220 * @exception SaslException If an error occurs dur to too many charset
225 ParsedDirective pd) throws SaslException
228 throw new SaslException("Too many charset directives.");
233 throw new SaslException("Invalid character encoding directive");
242 * @exception SaslException If an error occurs due to too many algorith
247 ParsedDirective pd) throws SaslException
250 throw new SaslException("Too many algorithm directives.");
255 throw new SaslException("Invalid algorithm directive value: " +
268 * @exception SaslException If an error occurs due to Too many cipher
272 ParsedDirective pd) throws SaslException
278 throw new SaslException("Too many cipher directives.");
309 * @exception SaslException If an error occurs due to Too many stale
313 ParsedDirective pd) throws SaslException
316 throw new SaslException("Too many stale directives.");
321 throw new SaslException("Invalid stale directive value: " +