Searched defs:ProtocolException (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/com/sun/mail/iap/
H A DProtocolException.java47 public class ProtocolException extends Exception { class in inherits:Exception
53 * Constructs a ProtocolException with no detail message.
55 public ProtocolException() { method in class:ProtocolException
60 * Constructs a ProtocolException with the specified detail message.
64 public ProtocolException(String message) { method in class:ProtocolException
69 * Constructs a ProtocolException with the specified detail message
75 public ProtocolException(String message, Throwable cause) { method in class:ProtocolException
80 * Constructs a ProtocolException with the specified Response object.
84 public ProtocolException(Response r) { method in class:ProtocolException

Completed in 15 milliseconds