Package org.subethamail.smtp.server
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.subethamail.smtp.server.CommandException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCommandNameException,UnknownCommandException
- Author:
- Ian McFarland <ian@neo.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandException(String string) CommandException(String string, Throwable throwable) CommandException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandException
-
CommandException
-
CommandException
public CommandException() -
CommandException
-