Package org.subethamail.smtp.server
Class InvalidCommandNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.subethamail.smtp.server.CommandException
org.subethamail.smtp.server.InvalidCommandNameException
- All Implemented Interfaces:
Serializable
- Author:
- Ian McFarland <ian@neo.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCommandNameException(String string) InvalidCommandNameException(String string, Throwable throwable) InvalidCommandNameException(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
-
InvalidCommandNameException
public InvalidCommandNameException() -
InvalidCommandNameException
-
InvalidCommandNameException
-
InvalidCommandNameException
-