Package com.nilhcem.fakesmtp.core.exception


package com.nilhcem.fakesmtp.core.exception
Contains general exception classes thrown in the project.

Every project-specific exceptions should be located in this package.

  • Class
    Description
    Thrown if the SMTP port cannot be bound while trying to start the server.
    Thrown if the host name is invalid while trying to start the server.
    Thrown if the SMTP port is invalid while trying to start the server.
    Thrown if the SMTP port is out of range while trying to start the server.
    Intercepts every uncaught exception.