- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.mail.iap.ProtocolException
-
- com.sun.mail.iap.BadCommandException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadCommandException extends ProtocolException
- Author:
- John Mani
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.mail.iap.ProtocolException
response
-
-
Constructor Summary
Constructors Constructor Description BadCommandException()
Constructs an BadCommandException with no detail message.BadCommandException(Response r)
Constructs an BadCommandException with the specified Response.BadCommandException(java.lang.String s)
Constructs an BadCommandException with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sun.mail.iap.ProtocolException
getResponse
-
-
-
-
Constructor Detail
-
BadCommandException
public BadCommandException()
Constructs an BadCommandException with no detail message.
-
BadCommandException
public BadCommandException(java.lang.String s)
Constructs an BadCommandException with the specified detail message.- Parameters:
s
- the detail message
-
BadCommandException
public BadCommandException(Response r)
Constructs an BadCommandException with the specified Response.- Parameters:
r
- the Response
-
-