Serialized Form
-
Package org.subethamail.smtp
-
Exception org.subethamail.smtp.DropConnectionException
class DropConnectionException extends RejectException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.subethamail.smtp.RejectException
class RejectException extends RuntimeException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.subethamail.smtp.TooMuchDataException
class TooMuchDataException extends IOException implements Serializable
-
-
Package org.subethamail.smtp.auth
-
Exception org.subethamail.smtp.auth.LoginFailedException
class LoginFailedException extends Exception implements Serializable
-
-
Package org.subethamail.smtp.client
-
Exception org.subethamail.smtp.client.AuthenticationNotSupportedException
class AuthenticationNotSupportedException extends IOException implements Serializable- serialVersionUID:
- 4269158574227243089L
-
Exception org.subethamail.smtp.client.SMTPException
class SMTPException extends IOException implements Serializable-
Serialized Fields
-
response
SMTPClient.Response response
-
-
-
-
Package org.subethamail.smtp.io
-
Exception org.subethamail.smtp.io.CRLFTerminatedReader.MaxLineLengthException
class MaxLineLengthException extends IOException implements Serializable -
Exception org.subethamail.smtp.io.CRLFTerminatedReader.TerminationException
class TerminationException extends IOException implements Serializable-
Serialized Fields
-
where
int where
-
-
-
-
Package org.subethamail.smtp.server
-
Exception org.subethamail.smtp.server.CommandException
class CommandException extends Exception implements Serializable -
Exception org.subethamail.smtp.server.InvalidCommandNameException
class InvalidCommandNameException extends CommandException implements Serializable -
Exception org.subethamail.smtp.server.UnknownCommandException
class UnknownCommandException extends CommandException implements Serializable
-