Class SignupUserActionException

  • All Implemented Interfaces:
    Serializable

    public class SignupUserActionException
    extends Exception

    This class defines a specific exception caused by user action in Signup tool

    See Also:
    Serialized Form
    • Constructor Detail

      • SignupUserActionException

        public SignupUserActionException()
        Creates a new instance of SignupUserActionException without detail message.
      • SignupUserActionException

        public SignupUserActionException​(Throwable t)
        Constructs an instance of SignupUserActionException with the specified detail message.
        Parameters:
        t - a Throwable object
      • SignupUserActionException

        public SignupUserActionException​(String msg)
        Constructs an instance of SignupUserActionException with the specified detail message.
        Parameters:
        msg - the detail message.