Class UserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.icegreen.greenmail.user.UserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchUserException

public class UserException extends Exception
See Also:
  • Constructor Details

    • UserException

      public UserException()
    • UserException

      public UserException(String message)
    • UserException

      public UserException(String message, Throwable cause)
    • UserException

      public UserException(Throwable cause)