org.abstracthorizon.mercury.smtp.command
Class NotImplementedCommand
java.lang.Object
org.abstracthorizon.mercury.smtp.command.SMTPCommand
org.abstracthorizon.mercury.smtp.command.NotImplementedCommand
- All Implemented Interfaces:
- org.abstracthorizon.danube.connection.ConnectionHandler
public class NotImplementedCommand
- extends SMTPCommand
Artificial command representing unknown command
- Author:
- Daniel Sendula
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
error
protected String error
- Error string
NotImplementedCommand
public NotImplementedCommand()
- Constructor
setErrorString
public void setErrorString(String error)
- Sets error string
- Parameters:
error
- error string
execute
protected void execute(SMTPSession connection)
throws CommandException,
IOException,
ParserException
- Executed the command
- Specified by:
execute
in class SMTPCommand
- Parameters:
connection
- smtp session
- Throws:
CommandException
IOException
ParserException
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.