Class InvalidPortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nilhcem.fakesmtp.core.exception.InvalidPortException
- All Implemented Interfaces:
Serializable
Thrown if the SMTP port is invalid while trying to start the server.
SMTP port can be invalid if it contains some characters, other than numbers.
- Since:
- 1.0
- Author:
- Nilhcem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPortException
-