Class AccountAlreadyExistsException

    • Constructor Detail

      • AccountAlreadyExistsException

        public AccountAlreadyExistsException()
        The default constructor.
      • AccountAlreadyExistsException

        public AccountAlreadyExistsException​(Throwable throwable)
        Constructs a new instance of AccountAlreadyExistsException
        Parameters:
        throwable - the parent Throwable
      • AccountAlreadyExistsException

        public AccountAlreadyExistsException​(String message)
        Constructs a new instance of AccountAlreadyExistsException
        Parameters:
        message - the throwable message.
      • AccountAlreadyExistsException

        public AccountAlreadyExistsException​(String message,
                                             Throwable throwable)
        Constructs a new instance of AccountAlreadyExistsException
        Parameters:
        message - the throwable message.
        throwable - the parent of this Throwable.