Searched refs:BadCommandException (Results 1 - 5 of 5) sorted by relevance

/javamail/mail/src/main/java/com/sun/mail/iap/
H A DBadCommandException.java47 public class BadCommandException extends ProtocolException { class in inherits:ProtocolException
52 * Constructs an BadCommandException with no detail message.
54 public BadCommandException() { method in class:BadCommandException
59 * Constructs an BadCommandException with the specified detail message.
62 public BadCommandException(String s) { method in class:BadCommandException
67 * Constructs an BadCommandException with the specified Response.
70 public BadCommandException(Response r) { method in class:BadCommandException
H A DProtocol.java398 throw new BadCommandException(response);
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DIMAPProtocol.java1049 throw new BadCommandException("UNAUTHENTICATE not supported");
1157 throw new BadCommandException("CONDSTORE not supported");
1161 throw new BadCommandException("QRESYNC not supported");
1222 throw new BadCommandException("CONDSTORE not supported");
1226 throw new BadCommandException("QRESYNC not supported");
1271 throw new BadCommandException("ENABLE not supported");
1304 throw new BadCommandException("UNSELECT not supported");
1322 throw new BadCommandException("STATUS not supported");
1667 throw new BadCommandException("UID EXPUNGE not supported");
2175 throw new BadCommandException("UIDPLU
[all...]
/javamail/mail/src/main/java/com/sun/mail/imap/
H A DIMAPFolder.java882 } catch (BadCommandException bex) {
1595 } catch (BadCommandException bex) {
1643 } catch (BadCommandException bex) {
1678 } catch (BadCommandException bex) {
2452 } catch (BadCommandException bex) {
2497 } catch (BadCommandException bex) {
2723 throw new BadCommandException("CONDSTORE not supported");
2726 } catch (BadCommandException bex) {
2764 throw new BadCommandException("CONDSTORE not supported");
3345 } catch (BadCommandException be
[all...]
H A DIMAPStore.java1909 } catch (BadCommandException bex) {
1967 } catch (BadCommandException bex) {
1994 } catch (BadCommandException bex) {
2146 } catch (BadCommandException bex) {
2212 } catch (BadCommandException bex) {

Completed in 4048 milliseconds