Class InvalidPortException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nilhcem.fakesmtp.core.exception.InvalidPortException
All Implemented Interfaces:
Serializable

public final class InvalidPortException extends Exception
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 Details

    • InvalidPortException

      public InvalidPortException(Exception e)