- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.mail.iap.ProtocolException
-
- com.sun.mail.iap.CommandFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandFailedException 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 CommandFailedException()
Constructs an CommandFailedException with no detail message.CommandFailedException(Response r)
Constructs an CommandFailedException with the specified Response.CommandFailedException(java.lang.String s)
Constructs an CommandFailedException with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sun.mail.iap.ProtocolException
getResponse
-
-
-
-
Constructor Detail
-
CommandFailedException
public CommandFailedException()
Constructs an CommandFailedException with no detail message.
-
CommandFailedException
public CommandFailedException(java.lang.String s)
Constructs an CommandFailedException with the specified detail message.- Parameters:
s
- the detail message
-
CommandFailedException
public CommandFailedException(Response r)
Constructs an CommandFailedException with the specified Response.- Parameters:
r
- the Response.
-
-