Home | History | Annotate | Download | only in client

Lines Matching refs:SaslException

99      * @exception SaslException  If a SaslClient instance cannot be created
240 throws SaslException
263 * @exception SaslException if incoming cannot be successfully unwrapped.
273 throws SaslException
310 * @exception SaslException if a problem was encountered while disposing
314 throws SaslException
338 * @exception SaslException If an error occurred while processing the
343 throws SaslException
352 throw new SaslException("response = byte[0]");
362 throw new SaslException(
372 throw new SaslException("Could not validate response-auth " +
378 throw new SaslException("Authentication sequence is complete");
380 throw new SaslException
382 throw new SaslException("Unknown client state.");
429 * @exception SaslException If an error occurs
437 String clientNonce) throws SaslException
464 throw new SaslException("No provider found for MD5 hash", e);
468 throw new SaslException(
491 * @exception SaslException If an error occurs
502 throws SaslException
543 throw new SaslException("No provider found for MD5 hash", e);
547 throw new SaslException(
564 throws SaslException
578 throw new SaslException("Client only supports qop of 'auth'");
616 throw new SaslException("Handler does not support" +
621 throw new SaslException("IO exception in CallbackHandler.", e);
644 throw new SaslException("No user name was specified.");
698 * @exception SaslException If an error occurs
701 byte[] serverResponse) throws SaslException
778 * @exception SaslException If an error Occurs
780 String getClientNonce() throws SaslException
803 throw new SaslException("No random number generator available", e);