org.subethamail.smtp.server
Class CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.subethamail.smtp.server.CommandException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidCommandNameException, UnknownCommandException

public class CommandException
extends java.lang.Exception

Author:
Ian McFarland <ian@neo.com>
See Also:
Serialized Form

Constructor Summary
CommandException()
           
CommandException(java.lang.String string)
           
CommandException(java.lang.String string, java.lang.Throwable throwable)
           
CommandException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandException

public CommandException(java.lang.String string,
                        java.lang.Throwable throwable)

CommandException

public CommandException(java.lang.String string)

CommandException

public CommandException()

CommandException

public CommandException(java.lang.Throwable throwable)


Copyright © 2011 SubEthaSMTP. All Rights Reserved. Build version: UNVERSIONED